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.

Upvote for quick working code. Thank you. PYTHON Write a program that

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!