Question: Intro to Programming Exercise 3: ClassInfo.py Use a dictionary to store information about a course you are currently taking. Store the name of the class,course
Intro to Programming
Exercise 3: ClassInfo.py
Use a dictionary to store information about a course you are currently taking.
Store the name of the class,course number, section number, number of students, and the instructor of the course.
You should have keys such as course_title, course_number, section_number, number_students, and instructor.
Print each piece of information stored in your dictionary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
