Skip to content

Instantly share code, notes, and snippets.

@adamoudad
Created October 13, 2020 01:03
Show Gist options
  • Save adamoudad/4638fdda5af4e643e0c97118857371c4 to your computer and use it in GitHub Desktop.
Save adamoudad/4638fdda5af4e643e0c97118857371c4 to your computer and use it in GitHub Desktop.
from tqdm import tqdm
lst = [1, 3, 5, 7, 11]
for element in tqdm(lst):
sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment