Skip to content

Instantly share code, notes, and snippets.

@adamoudad
Last active October 13, 2020 01:35
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 adamoudad/eb17d5ccb82f172be8b2c1dbf84a35e6 to your computer and use it in GitHub Desktop.
Save adamoudad/eb17d5ccb82f172be8b2c1dbf84a35e6 to your computer and use it in GitHub Desktop.
from tqdm import trange
iterations = 20
for i in trange(iterations, desc="Proving P=NP", unit="carrots"):
sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment