Question: PYTHON Write a program to take a string as input and your program should: Print the same string with all lowercase letters. Note: You should
PYTHON
Write a program to take a string as input and your program should:
Print the same string with all lowercase letters. Note: You should not use islower() function.
Print the number of vowels aeiou present in the string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
