Exam (elaborations)
Python_Programming_Week4
- Course
- Institution
1. Write a program “Lab4B” that prompts the user to enter a string and then: 1. Display the length of the string. 2. Convert all the vowels into lowercase and display the modified string. 3. Display a count of each of the vowels and the total number of vowels in the string. 4. Convert the s...
[Show more]