Skip to content

Commit 4dbd4b9

Browse files
authored
Update README.md
1 parent b374600 commit 4dbd4b9

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,11 @@ Hey there! I am new to both Python and Mojo languages. In this repository, I wen
66
77
## Programs
88

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
2714

2815

2916
## Benchmarking and Testing

0 commit comments

Comments
 (0)