Skip to content

Instantly share code, notes, and snippets.

@hannal
Created April 28, 2017 04:30
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 hannal/d2b00457eecd953ed54298e2ca143938 to your computer and use it in GitHub Desktop.
Save hannal/d2b00457eecd953ed54298e2ca143938 to your computer and use it in GitHub Desktop.
from datetime import datetime
def hello(now=datetime.now()):
print(now)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment