...

/

Challenge: Find the Number of Days between Two Date Tuples

Challenge: Find the Number of Days between Two Date Tuples

Write a program to find the number of days between two date tuples.

Suppose a date is represented as a tuple (d, m, y). Write a program to create two date tuples and ...