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:

  1. WEB151
  2. NOS220
  3. CTS287
  4. DBA223
  5. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!