Question: Problem Description: In this program we are going to explore a very elementary 'database' using Python. Your program should create and store a list of
Problem Description: In this program we are going to explore a very elementary 'database' using Python. Your program should create and store a list of 20 student names and their corresponding scores. Then prompt the user to enter a student name and then display the student's name along with his/her corresponding score. The user should be able to keep looking up student scores until he/she enters the single character q'to quit the program. Inputs they enter 'q' to quit. Output Your program should print the corresponding student's name and score. Please see examples of output below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
