Question: Write in python Q2) Course Information (30 Points) Write a program that creates a dictionary containing course numbers and room numbers of the class rooms

Write in python

Write in python Q2) Course Information (30 Points) Write a program that

Q2) Course Information (30 Points) Write a program that creates a dictionary containing course numbers and room numbers of the class rooms where the courses meet. The dictionary should have the following key-value pairs Course Number Room Number MIS120 MIS15 MIS101 MIS150 MIS160 alue TAH1009 ALP224 AMD132 TAH1026 ARC1013 The program also includes 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 MIS120 MIS15 MIS101 MIS150 MIS160 Room Number (Value) Beverly Smith Casey Woods Lisa Burton Violet Jenkins Curtis Spring 2018 MIS 15 HOMEWORK 5 The program includes another dictionary containing course numbers and class timings for each course. Room Number (Value) 6:00pm 1:30pm 9:00am 12:00pm Course Number MIS120 MIS15 MIS101 MIS150 MIS160 The program should let the user enter a course number, and displays the course's room number instructor, and meeting time. If the course number is not in the dictionary, display a message Invalid Course Number" Write separate function for each dictionary. getCourseNumber, getInstructor, getMeetingTime

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!