Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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!

image text in transcribed

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle PL/SQL Programming Database Management Systems

Authors: Steven Feuerstein

1st Edition

978-1565921429

More Books

Students also viewed these Databases questions

Question

=+ Are unions company-wide, regional, or national?

Answered: 1 week ago

Question

=+j Explain the litigation risks in international labor relations.

Answered: 1 week ago

Question

=+j What rules will apply to the process of negotiations?

Answered: 1 week ago