Question: Write python program that shows the following menu, and asks the user to enter one option, every option will do specific task as following: (Use
Write python program that shows the following menu, and asks the user to enter one option, every option will do specific task as following: (Use while loop) 1- Print odd numbers from 1 to 11 (use function that takes no parameters and returns a list of the odd numbers) (3 pts) 2- Prints all the numbers from 5 to 15 except 10 (3 pts) 3- Print the name of user 5 times using function. Hint: the name must entered by user. (3 pts) 4 Exit (1 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
