Reference no: EM132253771
Assignment -
Manage a calendar database. Please implement the given calendar commands.
A calendar is a dictionary keyed by date ("YYYY-MM-DD") with value being a list of strings, the events on the specified date.
Assignment Instructions -
1. Download Calendar.py and use_calendar.py.
2. Complete all functions so that they behave as described.
3. Use the a2_type_check.py to verify the return type and number of parameters of your functions.
4. Make sure that the DocTest code successfully runs. You might want to add even more test cases.
5. You do not need to define any new functions.
6. Do not use any additional packages.
IMPORTANT NOTE: Do NOT change any of the function names or their signatures (the parameters they take).
Your functions must behave exactly as described. Please check correctness by running DocTests included in function headers. You may not use any print or input statements in your code.
Note - calender(1).py is the assignment other are important to read we have to do assignment per this two other files.
Attachment:- Assignment Files.rar