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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started