File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -5,28 +5,23 @@ Hey there! I am new to both Python and Mojo languages. In this repository, I wen
55## Programs
66
771 . ** Length of last word**
8- 2 .
9- Description: returning the length of the last word in the string.
8+ : returning the length of the last word in the string.
109
1110
12113 . ** Palindrome number:**
13- 4 .
14- Description: returning true if input is a palindrome and false otherwise.
12+ : returning true if input is a palindrome and false otherwise.
1513
1614
17155 . ** Student attendance record**
18- 6 .
19- Description: Whether or not the student is eligible for an attendance award
16+ : Whether or not the student is eligible for an attendance award
2017
2118
22197 . ** Detect Capital letter usage**
23- 8 .
24- Description: Returning true if the usage of capitals in it is right.
20+ : Returning true if the usage of capitals in it is right.
2521
2622
27239 . ** Find the difference:**
28- 10 .
29- Description: Returning the extra letter among 2 strings
24+ : Returning the extra letter among 2 strings
3025
3126
3227## Benchmarking and Testing
You can’t perform that action at this time.
0 commit comments