Skip to content

Instantly share code, notes, and snippets.

@jzucker2
Created April 9, 2020 17:14
Show Gist options
  • Save jzucker2/f62507e0008b14610a1ed604d73fcb5c to your computer and use it in GitHub Desktop.
Save jzucker2/f62507e0008b14610a1ed604d73fcb5c to your computer and use it in GitHub Desktop.
from datetime import datetime
quarantine_days = datetime.datetime.now() - datetime.datetime(2020, 3, 16)
print('This shitty quarantine has going for {}'.format(quarantine_days))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment