Python program to read numbers find the total average
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 total, count, and average of the numbers. If the user enters anything other than a number, detect their mistake using try and except […]
Python program to read numbers find the total average Read More »