Question
Create a Python program that prompts the user to enter one or more student records into a text file called 'studentGrades.txt'. Each student record will
Create a Python program that prompts the user to enter one or more student records into a text file called 'studentGrades.txt'. Each student record will consist of a student id and gpa. When the program opens display all of the records in the file if there are any (create a function to do this), then use a loop to control the number of students added either by asking the user how many student records they want to enter or asking them if they want to enter more records after each one. After all of the records have been entered, call the function to print them out again so you can see the changes.
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