Please write in Python code
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