Question: program6_2.py Write another program named program6_2.py that uses a loop to read and process tests.txt from program6_1.py. The program must output a two-column table (see
program6_2.py
Write another program named program6_2.py that uses a loop to read and process tests.txt from program6_1.py. 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
