Loading

[NEW SOLN] PYTHON ASSIGNMENT SUM PRODUCT AVERAGE OF THE NUMBERS

[SOLVED] PYTHON ASSIGNMENT SUM PRODUCT AVERAGE OF THE NUMBERS: Write a program that receives a series of numbers from the user and allows the user to press the enter key to indicate that he or she is finished providing input. After the user presses the enter key, the program should print the sum of the numbers, the product of the numbers, and the average of the numbers.

Run your program with the following inputs:
1, 2, 3, 4, 5, 6, 7, 8
2,24,11,1,4,10

Support