File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,11 @@ Hey there! I am new to both Python and Mojo languages. In this repository, I wen
6
6
7
7
## Programs
8
8
9
- 1 . ** Length of last word**
10
- : returning the length of the last word in the string.
11
-
12
-
13
- 3 . ** Palindrome number:**
14
- : returning true if input is a palindrome and false otherwise.
15
-
16
-
17
- 5 . ** Student attendance record**
18
- : Whether or not the student is eligible for an attendance award
19
-
20
-
21
- 7 . ** Detect Capital letter usage**
22
- : Returning true if the usage of capitals in it is right.
23
-
24
-
25
- 9 . ** Find the difference:**
26
- : Returning the extra letter among 2 strings
9
+ 1 . ** Length of last word** : returning the length of the last word in the string.
10
+ 2 . ** Student attendance record** : Whether or not the student is eligible for an attendance award
11
+ 3 . ** Remove repeating letters** : Removing the repeating letters in a string.
12
+ 4 . ** Detect Capital letter usage** : Returning true if the usage of capitals in it is right.
13
+ 5 . ** Find the difference:** : Returning the extra letter among 2 strings
27
14
28
15
29
16
## Benchmarking and Testing
You can’t perform that action at this time.
0 commit comments