Question: !!PYTHON PROGRAMMING ONLY!! Write a program that keeps a dictionary in which both keys and values are strings names of students and their course grades.
!!PYTHON PROGRAMMING ONLY!!
Write a program that keeps a dictionary in which both keys and values are strings names of students and their course grades. Your program should prompt the user with a menu consisting of the following options:




ECE-203 Programming for Engineers Homework Week 7 (50 Points) Write a program that keeps a dictionary in which both keys and values are strings names of students and their course grades. Your program should prompt the user with a menu consisting of the following options Selec t an option. [1] Add Student Grade [2] Remove Student Grade C3] Modify Student Grade [4] Display All Student Grades Enter selection If the user enters option 1 as shown below, the program shall behave as shown Select an option: [1] Add Student Grade [2] Remove student Grade [3] Modify Student Grade C4] Display All Student Grades Enter selection 1 Add Student Enter Name Joe Enter Grade B+ Student Successfully Added! Select an option C1 Add Student Grade [2] Remove Student Grade C3] Modify Student Grade C4 Display All Student Grades Enter selection
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
