Question: in pytgon 7 - Write a program that takes in a string from the user and stores it in a variable called word,' and an

7 - Write a program that takes in a string from the user and stores it in a variable called word,' and an integer which is stored in a variable called 'number': a) Make sure that the number entered is in fact an integer. b) If the word has at least 'number' amount of vowels then print the number"(th) vowel . Otherwise print "Sorry this word only has X vowels." where X is the number of vowels in the word 1 - Write a program that takes in name, age, and hobby from the user and store them in three separate variables and print them. Make sure to perform input validation and your program does not quits from unaccepted inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
