Skip to content

Instantly share code, notes, and snippets.

@Ludorg
Created June 2, 2020 05:22
Show Gist options
  • Save Ludorg/a14bbd5381e719d704d604418235dcc0 to your computer and use it in GitHub Desktop.
Save Ludorg/a14bbd5381e719d704d604418235dcc0 to your computer and use it in GitHub Desktop.
80 days at home
from datetime import date
start = date(2020, 3, 13)
end = date(2020, 6, 1)
diff = end - start
print("lockdow duration=", diff)
@Ludorg
Copy link
Author

Ludorg commented Jun 2, 2020

lockdow duration= 80 days, 0:00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment