Question: Write the code in PYTHON 3. Write a program that creates a dictionary containing course numbers and the room numbers of the rooms where the
Write the code in PYTHON 3.

Write a program that creates a dictionary containing course numbers and the room numbers of the rooms where the courses meet. The dictionary should have the following key-value pairs: Course Number (key) Room Number (value) CS101 3004 CS102 4501 CS103 6755 NT110 1244 CM241 1411 The program should let the user enter a course number, and then it should display the course's room number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
