Question: Please help with this programming problem for PYTHON: Use a loop that prompts the user for 10 variables, and stores them in a global variable
Please help with this programming problem for PYTHON:
Use a loop that prompts the user for 10 variables, and stores them in a global variable list. Then, write a function called MinAndMax() that doesn't take any input arguments but looks at the global variables, that will determine the largest and smallest values in the global variable list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
