Challenge: Find the Number of Days between Two Date Tuples
Write a program to find the number of days between two date tuples.
We'll cover the following
Suppose a date is represented as a tuple (d, m, y)
. Write a program to create two date tuples and find the number of days between the two dates:
- Input: Two date tuples will be used as input.
- Output: The number of days between two dates will be the output.
Get hands-on with 1200+ tech skills courses.