Created
January 16, 2015 23:20
-
-
Save jeffeb3/c12db4e4c2646ec68ac9 to your computer and use it in GitHub Desktop.
How to print the time in python.
This file contains 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
#!/usr/bin/env python | |
import time | |
print time.time() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is AMAZINGGGGGGG!