Skip to content

Instantly share code, notes, and snippets.

@alpham
Last active May 10, 2017 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpham/76eb5666e9aca8899893f86831206d38 to your computer and use it in GitHub Desktop.
Save alpham/76eb5666e9aca8899893f86831206d38 to your computer and use it in GitHub Desktop.
days_to_finish_the_military.py created by alpham - https://repl.it/HrWK/0
from datetime import datetime
print('%d days to finish the military !!' % (datetime(2017, 9, 1) - datetime.today()).days)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment