Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created March 13, 2020 10:44
Show Gist options
  • Save ChaitanyaBaweja/d0eaad772b84e9fa944c010146709a40 to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/d0eaad772b84e9fa944c010146709a40 to your computer and use it in GitHub Desktop.
from tqdm import tqdm
from time import sleep
for i in tqdm(range(100)):
sleep(0.02)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment