Question: Python programming, IDLE 3. Your program will prompt the user to enter a course number in upper case, and then print out all information for

Python programming, IDLE 3. Your program will prompt the user to enter a course number in upper case, and then print out all information for a course (course number, room, instructor and meeting time.)

 Python programming, IDLE 3. Your program will prompt the user to

enter a course number in upper case, and then print out all

Programming Exercises 1. Course information Write a program that creates a dictionary containing course numbers and the room num- bers of the rooms where the courses meet. The dictionary should have the following key value pairs: Course Number (key) CS101 CS102 CS103 NT110 CM241 Room Number (value) 3004 4501 6755 1244 1411 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 (key CS101 CS102 CS103 NT110 CM241 Instructor (value) Haynes Alvarado Rich Burke Lee

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!