Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created March 14, 2021 15:53
difference = second_date - first_date
print(f'Number of days between {second_date} and {first_date}: {difference.days}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment