Skip to content

Instantly share code, notes, and snippets.

@fuwiak
Created October 25, 2020 16:26
Show Gist options
  • Save fuwiak/5f023a667ee0b5c5c750fff1e961b76b to your computer and use it in GitHub Desktop.
Save fuwiak/5f023a667ee0b5c5c750fff1e961b76b to your computer and use it in GitHub Desktop.
import time
start_time = time.time()
#tutaj piszemy kod
seconds = time.time() - start_time
print('Time Taken:', time.strftime("%H:%M:%S",time.gmtime(seconds)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment