Question: Write a program that stores the following data in a tuple: 54,76,32,14,29,12,64,97,50,86,43,12 The program needs to display a menu to the user, with the following
Write a program that stores the following data in a tuple:
54,76,32,14,29,12,64,97,50,86,43,12
The program needs to display a menu to the user, with the following 4 options:
1 Display minimum
2 Display maximum
3 Display total
4 Display average
5 Quit
Make your program loop back to this menu until the user chooses option 5. Write code for all 4 other menu choices
using the python code and screenshot the python code for me. many thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
