Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created November 6, 2019 16:09
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 icarrr/9511291cf6343a39baa653bcc9f00156 to your computer and use it in GitHub Desktop.
Save icarrr/9511291cf6343a39baa653bcc9f00156 to your computer and use it in GitHub Desktop.
Get time using python
import time
def get_time():
print (time.strftime('%m-%d-%Y %H:%M:%S'))
get_time()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment