4.string Assignment
4.string Assignment
5. Write a Python program that takes input from the user and displays
that input back in upper and lower cases.
13. Write a Python program to check if a string contains all vowels of the
alphabet.
17. Write a Python program to split a string on the last occurrence of the
space.
20. Write a Python program to capitalize first and last letters of a given
string.
23.WAP which read the string and print only vowel characters of entered
string on computer screen.
24.WAP that reads a string from keyboard and determine whether the
string is palindrome or not.