Python program to read numbers find the Maximum Minimum
Python program to read numbers repeatedly find the total, an average of numbers Develop a program that repeatedly reads numbers until the user enters “done”. Once “done” is entered, print out the maximum and minimum of the numbers. If the user enters anything other than a number, detect their mistake using try and except and […]
Python program to read numbers find the Maximum Minimum Read More »
