Question: Please help me with this python program thank you and testng numbers are: 728 44 591 586 660 852 554 419 451 698 947 660
Please help me with this python program thank you


and testng numbers are:
728 44 591 586 660 852 554 419 451 698 947 660 170 396 627 975 748 13 373 881 112 266 500 476 951 433 409 786 592 251 324 930 148 785 101 929 583 505 487 175 995 875 913 620 444 806 259 8 893 637 635 238 140 989 476 438 835 641 650 904 268 798 464 716 918 377 332 691 981 370 747 217 668 777 475 322 362 540 209 300 884 245 375 400 915 331 765 522 222 849 907 461 507 976 575 671 755 901 263 542
Number Stats Programming Assignment In this programming assignment you are to create a program called numstat.py that reads a series of integer numbers from a file and determines and displays the following The name of the file The sum of the numbers The count of how many numbers are in the file The average of the numbers. The average is the sum of the numbers divided by how many there are e e The maximum value e The minimum value The range of the values. The range is the maximum value minus the minimum value The program is to prompt the user for the name of the file that contains the numbers. If an exception occurs trying to open or read the file an error message is to be displayed. The program is not to crash if the file is not found or there is an error reading the file. Use try- except! The output from the program is to display the information described above using the following strings preceding the values. There is to be a space between the colon and the value File name: Sum Count Average: Max imum Minimum Range: At the end of one attempt at reading, or a successful read, of a file the user it to be asked if they would like to evaluate another file of numbers. Use the prompt: Would you like to evaluate another file? (y) If the user answers y, then the program is to accept input for another file name. If the user answers with anything other than y, the program is to exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
