Basic Programs of String Datatype in Python (solved) -part 1
Important Programs of String Datatype in Python Q1. Write a program to accept a string and display its length. Q2. Write a program to accept a string and count number of vowels. Q3. Write a program to accept a string and display it in reverse. Q4. Write a program to check whether an input string … Read more