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 ...