Question: Chapter 7 - Lists and Tuples Write a Python program that uses the provided text file, numbers.txt , containing a list of numbers, one per
Chapter Lists and Tuples
Write a Python program that uses the provided text file, numbers.txt containing a list of numbers, one per line. The program should read the contents into a list and display the following statistics:
Sum of all numbers
Average of all numbers
Number of numbers in the file
Highest number in the file
Lowest number in the file
All numbers in the file sorted in ascending order Lowest to Highest
The file, numbers.txt has numbers.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
