String Manipulation
Learn to work with strings in Python
1
Count Vowels
Count the number of vowels in a string.
2
Reverse a String
Reverse a string in Python.
3
Check Palindrome
Check if a string is a palindrome.
4
Capitalize Words
Capitalize the first letter of each word.
5
Find Longest Word
Find the longest word in a sentence.