I need to make an interactive program in Python that will start by asking the user to enter a list of numbers and then it will display the following menu.
1-Find The Maximum
2-Find The Minimum
3-Find The Average
4-Exit
Please Enter Your selection
Your program will accept a number from the user and perform the task corresponding to that number. After performing the required task, the program will continue to ask to perform other tasks and display the menu. This program will end only when the user enters 4.