Created
August 1, 2018 07:15
-
-
Save harryhare/e20e4d743ed1bf556af8ceb3f4e9371c to your computer and use it in GitHub Desktop.
time function in python practice
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
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