Skip to content

Instantly share code, notes, and snippets.

@anahochen
Created August 17, 2016 08:46
Show Gist options
  • Save anahochen/2bb3ec2d6866ffe5647111cceed278f2 to your computer and use it in GitHub Desktop.
Save anahochen/2bb3ec2d6866ffe5647111cceed278f2 to your computer and use it in GitHub Desktop.
Temps d'exécution
import time
t = time.time()
###################
#### programme ####
###################
temps_ecoule = time.time() - t
print("Fin du programme. Temps écoulé : "+str(temps_ecoule))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment