Question: Python programming question: Create the Quiz Score Application. The application prompts the user for the name of a text file that contains the quiz scores

Python programming question: Create the Quiz Score Application. The application prompts the user for the name of a text file that contains the quiz scores of a student. It reads the text file and computes the final quiz score, which is the average of all scores after dropping the lowest one. It then creates a new text file named output.txt and stores the calculated final quiz score. The program output should be formatted as shown in the Sample Run.

Note: To complete this assignment, you will need to use the quizzes.txt file. You will need to place the file in your projects solution folder.

Your application should work for any number of quizzes.

quizzes.txt scores: 90 90 100 80 50 100 100 70 70 90 80

SAMPLE RUN:

Enter the file name:input.txt

Final score:87.0

Result stored in:output.txt

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!