Skip to content

Instantly share code, notes, and snippets.

@Kush1101
Created September 1, 2020 08:33
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 Kush1101/ad20165964dbfdd542505868e66dfe1d to your computer and use it in GitHub Desktop.
Save Kush1101/ad20165964dbfdd542505868e66dfe1d to your computer and use it in GitHub Desktop.
import time
start_time = time.time()
"""
Some Code
"""
end_time = time.time()
print(f"The execution time is: {end_time-start_time}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment