B. P.
Poddar Institute of Management & Technology
Department of Information and Technology
Subject:Python(workshop) Subject Code:PCCCS393
String Assignment
1. Python program to remove given character from String.
2. Python Program to count occurrence of a given characters in string.
3. Python program to check a String is palindrome or not.
4. Python program to convert lowercase char to uppercase of string.
5. Python program to convert lowercase vowel to uppercase in string.
6. Python program to delete vowels in a given string.
7. Python program to count the Occurrence Of Vowels & Consonants in
a String.
8. Python program to print the highest frequency character in a String.
9. Python program to concatenate two strings using join() method.
10. Python program to concatenate two strings without using join()
method.
11. Python program to remove repeated character from string.
12. Python program to calculate sum of integers in string.
13. Python program to print all non repeating character in string.
14. Python program to copy one string to another string.
15. Python Program to sort characters of string in ascending order.