Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases And Python Programming MySQL MongoDB OOP And Tkinter

Authors: R. PANNEERSELVAM

1st Edition

9357011331, 978-9357011334

More Books

Students also viewed these Databases questions

Question

what are the pros and cons of using scaffolding on Ruby on Rails?

Answered: 1 week ago