Created
April 11, 2017 21:31
-
-
Save romach/0270e208eee5657b3849e96981617820 to your computer and use it in GitHub Desktop.
Print current time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
now = datetime.now() | |
print now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment