Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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