You are on page 1of 1

Python Lab: Assignment-9 (25/10/2022)

1. Write a Python program to check whether the string is Symmetrical or Palindrome


2. Write a Python program to reverse words in a given String in Python
3. Write a Python program to find length of a string in python (without using built in function)
4. Write a Python program to Avoid Spaces in string length
5. Write a Python program to print even length words in a string
6. Write a Python program to capitalize the first and last character of each word in a string
7. Write a Python program to check if a string has at least one letter and one number
8. Write a Python program to accept the strings which contains all vowels
9. Write a Python program to count number of vowels using sets in given string
10. Write a Python program to remove all duplicates from a given string

You might also like