Question
Its python Student Test Score Entry Program -------------------------------- 1. Add Student Score 2. Delete Student Score 3. Display Student Scores 4. Exit Program Enter Selection:
Its python
Student Test Score Entry Program -------------------------------- 1. Add Student Score 2. Delete Student Score 3. Display Student Scores 4. Exit Program Enter Selection: 3 Student Scores -------------- James 88 Ronda 92 Benjamin 85 Frank 89 Mary 97 Brian 79 I need to write a code to use text file to add and remove student and test score. For this lab, you will complete a program that allows a teacher to enter the first name and a test score for the students in his or her class. Assume that the teacher has already entered the names and test scores of some of the students in the class and have stored this information in a text file called student_scores.txt. The contents of that file resembles the following example below. (Example text file)
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