Lab
Nemish Lathiya Programming with python 20SE02CE032 SECE 2060 Batch - b Lab-8 1. Write Python program to remove the nth Index Character from a Non- Empty String. 2. Write Python program to detect if two strings are Anagrams.. 3. Write Python program to form a new string where the first character and the last character have been exchanged. 1
Nemish Lathiya Programming with python 20SE02CE032 SECE 2060 Batch - b 4. Write Python program to take in two strings and display the larger string without using built-in functions. 5. Write Python program to calculate the number of upper case letters and lower case letters in a string. 2
Nemish Lathiya Programming with python 20SE02CE032 SECE 2060 Batch - b 6. Write Python program to count the number of vowels in a string. 7. Write Python program to calculate the length of a string without using a library function. 8. Write Python program to calculate the number of words and the number of characters present in a string. 3
Nemish Lathiya Programming with python 20SE02CE032 SECE 2060 Batch - b 9. Write Python program to count the occurrences of each word in a given string sentence. 10. Write Python program to check if a sub-string is present in a given string. 4
Python String Manipulation Practice
Please or to post comments