Question: PYTHON HELP! Write a program that creates a dictionary containing course numbers and the room numbers of the rooms where the courses meet. The dictionary

PYTHON HELP!

PYTHON HELP! Write a program that creates a dictionary containing course numbers

and the room numbers of the rooms where the courses meet. The

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) MIS2343 MIS333.5 MIS3321 MIS4380 MIS3328 Room Number (value) 308 310 206 302 302 The program should also create a dictionary containing course numbers and the names of the instructors that teach each course. The dictionary should have the following key-value pairs Course Number MIS2343 MIS333.5 MIS3321 MIS4380 MIS3328 Instructor (value) Smith Ellis McMurtrey Ellis Bartczak The program should also create a dictionary containing course numbers and the meeting times of each course. The dictionary should have the following key-value pairs Course Number (key) MIS2343 MIS333.5 MIS3321 MIS4380 MIS3328 Meeting Time (value) MWF 11:00 am TR 10:50 am MW 12:00 pm TR 2:40 pm TR 10:50 am The program should let the user enter a course number, and then it should display the course's room number, instructor, and meeting time or an error message if the course does not appear in the dictionary . Example input and output is shown below

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!