Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a function which can take two lines of list as input, line one has the list of dates in the format DD: MM: YYYY
Create a function which can take two lines of list as input, line one
has the list of dates in the format DD: MM: YYYY and the line t wo has the list of days need to be added with dates. The funct ion should perform addition between the days and dates, the n print sorted list of dates in ascending order.
Sample Case
Sample Input For Custom Testing
Sample Output
Explanation
Input dates:
After the sum:
After sorting:
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