Question: 1) Write a program to declare a string and print the following: a) reverse of the string. b) Convert all the vowels in the
1) Write a program to declare a string and print the following: a) reverse of the string. b) Convert all the vowels in the string to uppercase and print the newly generated string. Example: S-hello Reverse of the string is: olleh After converting vowels to uppercase: hEllO
Step by Step Solution
There are 3 Steps involved in it
Certainly Heres a Python program that performs the specified tasks def reversestringi... View full answer
Get step-by-step solutions from verified subject matter experts
