Question: Upvote for quick working code. Thank you. PYTHON Write a program that opens file numbers.txt which contains a series of names followed by integers. The
Upvote for quick working code. Thank you.

PYTHON
Write a program that opens file numbers.txt which contains a series of names followed by integers. The program read the data from the file and prints total number of integers, the sum of all the numbers, the count of even numbers, and the average of all the numbers. For example, if the input file contains the following text: Dan 3 Cordelia 7 Tanner 14 Mellany 13 Curtis 4 V Amy 12 Nick 6 Then the function should produce the following console output: count = 7 Sum 59 evens 4 average = 8.428571428571429
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
