Question: Python Program 4th Edition. Write another program named that uses a loop to read and process tests.txt. The program must output a two-column table (see
Python Program 4th Edition. Write another program named that uses a loop to read and process tests.txt. The program must output a two-column table (see SAMPLE OUTPUT) showing the test names and scores. When the table is complete, the average should be displayed accurate to one decimal place.
SAMPLE OUTPUT
Reading six tests and scores
TEST SCORE
objects 88
loops 95
selections 86
variables 82
files 100
functions 80
Average is 88.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
