Question: Problem 1: Write a python program that allows to enter the following information: Course Code ('CENG103' etc.) Weekly Program: o Date o Subject o Description

Problem 1: Write a python program that allows to enter the following information: Course Code ('CENG103' etc.) Weekly Program: o Date o Subject o Description Once the user has entered all this information, they can search for them with unique data, course code. You have to use nested dictionaries and list. The user must be able to enter more than one week information per course. When the user gets the data for a particular course, the program must provide the course's weekly program. The user should also be able to get weekly programs of all courses. Example menu: 1. Enter a course info 2. Get a course info 3. Get all infos 0. Exit Enter your choice: Example output for a certain lecture: CENG103 27/09/2019, Introduction, Meeting and administrative details 31/12/2019, Dictionaries, Some samples for dictionary usage 06/12/2019, Flow charts, We did some flow charts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
