Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The score file shown here contains a randomly generated list of students and 5 exam scores. Write a PYTHON script to read the file and

The score file shown here contains a randomly generated list of students and 5 exam scores. Write a PYTHON script to read the file and produce the subsequent output.

scores file

pchen72 50 71 55 93 115 jmaszk 45 76 49 88 102 bvbui 59 78 53 96 145 mtcrowle 33 65 39 82 100 mrchave3 54 77 56 98 158

Sample Output

Total number of records: 5 Final score for pchen72 = 76.8% Final score for jmaszk = 80% (your solution should include all students) Class Average = 86%

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions