Last active
March 12, 2020 15:29
-
-
Save ChaitanyaBaweja/80841b8469fa0d45b74150f3e2110262 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from time import sleep | |
from progressbar import progressbar | |
for i in progressbar(range(100)): | |
sleep(0.02) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment