Question: PS; Python The code prompts the user to enter a string and processes it to convert all vowels to upper case and all other characters
PS; Python
The code prompts the user to enter a string and processes it to convert all vowels to upper case and all other characters to lower case. It also prints each word and its length in the string.
Please help me write the program
sample output
Please input a string: I am a good man I Am A gOOd mAn I 1 am 2 a 1 good 4 man 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
