Skip to content

Instantly share code, notes, and snippets.

@ninijay
Created September 27, 2016 15:26
Show Gist options
  • Save ninijay/fe4e0ba8e11a7cf132bcd710c79fa9dc to your computer and use it in GitHub Desktop.
Save ninijay/fe4e0ba8e11a7cf132bcd710c79fa9dc to your computer and use it in GitHub Desktop.
time2 created by ninijay - https://repl.it/Dick/1
import time
cur_time = time.time()
print(time.asctime(time.localtime()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment