Skip to content

Instantly share code, notes, and snippets.

@jeffeb3
Created January 16, 2015 23:20
Show Gist options
  • Save jeffeb3/c12db4e4c2646ec68ac9 to your computer and use it in GitHub Desktop.
Save jeffeb3/c12db4e4c2646ec68ac9 to your computer and use it in GitHub Desktop.
How to print the time in python.
#!/usr/bin/env python
import time
print time.time()
@jeffeb3
Copy link
Author

jeffeb3 commented Jan 16, 2015

This is AMAZINGGGGGGG!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment