Question: Write a PYTHON program which repeatedly reads numbers until the user enters done. Once done is entered, print out the total, count, average, maximum, minimum,
Write a PYTHON program which repeatedly reads numbers until the user enters "done". Once "done" is entered, print out the total, count, average, maximum, minimum, and evens. If the user enters anything other than a number, detect their mistake using try and except and print an error message and skip to the next number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
