We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbd4b9 commit 70f70c5Copy full SHA for 70f70c5
README.md
@@ -8,7 +8,7 @@ Hey there! I am new to both Python and Mojo languages. In this repository, I wen
8
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.
+3. **Remove repeating letters** : Removing the adjacent letters (one being capital) 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
14
0 commit comments