Skip to content

Instantly share code, notes, and snippets.

@harryhare
Created August 1, 2018 07:15
Show Gist options
  • Save harryhare/e20e4d743ed1bf556af8ceb3f4e9371c to your computer and use it in GitHub Desktop.
Save harryhare/e20e4d743ed1bf556af8ceb3f4e9371c to your computer and use it in GitHub Desktop.
time function in python practice
import time
target=int("1530608884")
now=int(time.time())
print(target-now)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment