I just need program6_2.py solved program6_1.py Write a program named program6_1.py that prompts the user to enter six test names and their scores and writes them to a text file named tests.txt . You...



I just need program6_2.py solved




program6_1.py

Write a program named program6_1.py that prompts the user to entersix test names and theirscoresand writes them to a text file namedtests.txt. You mustuse a loop. Each input should be written toits own line in the file. The program should generate a confirmation message when done. See SAMPLE OUTPUT.



SAMPLE OUTPUT

Entering six tests and scores


Enter test name objects

Enter % score on this test 88

Enter test name loops

Enter % score on this test 95

Enter test name selections

Enter % score on this test 86

Enter test name variables

Enter % score on this test 82

Enter test name files

Enter % score on this test 100

Enter test name functions

Enter % score on this test 80

File was created successfully


program6_2.py

Write another program namedprogram6_2.py that uses a loop to read and processtests.txtfrom 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, theaverage should be displayed accurate toone 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


Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here