Question: This code is in Python 1. Write a program to display your own classes. 2. Display a numbered menu, showing the IDs of your classes
This code is in Python
1. Write a program to display your own classes.
2. Display a numbered menu, showing the IDs of your classes this semester, asking the user to select a class by number. The final numbered option should be to terminate the program. For example:
Select a class to display:
- WEB151
- NOS220
- CTS287
- DBA223
- End the program
3. Create three dictionaries, with your class IDs as the keys. The values should be, Full Class Name, Section, and Instructor. When the user selects a class, Display all the class information, for example:
CTS287 Emerging Technologies
Section: NW1
Instructor: Husson
4. After displaying the class information, show the menu again, until the user enters the number to end the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
