Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active September 5, 2023 03:15
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 mcsee/395fe180085be252c2ff97020b9f3bc9 to your computer and use it in GitHub Desktop.
Save mcsee/395fe180085be252c2ff97020b9f3bc9 to your computer and use it in GitHub Desktop.
import time
# ts stores the time in seconds
ts1 = time.time()
ts2 = time.time() # might be the same!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment