Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started