Skip to content

Instantly share code, notes, and snippets.

@Deep18-03
Created April 21, 2020 18:32
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 Deep18-03/e26f048de2da07f773099d55230308a6 to your computer and use it in GitHub Desktop.
Save Deep18-03/e26f048de2da07f773099d55230308a6 to your computer and use it in GitHub Desktop.
import time
# intial=time.time()
# for i in range(15):
# print("hello hey")
# time.sleep(2)
# print("time taken by this function\n"+str(time.time()-intial)+"seconds")
localtime=time.asctime(time.localtime(time.time()))
print(localtime)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment