jonay

duda

Nov 24th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. from progressbar import *              
  2. import time
  3.  
  4.  
  5.  
  6.  
  7.  
  8. progress = ProgressBar()
  9. for i in progress(range(80)):
  10.   time.sleep(0.01)
Advertisement
Add Comment
Please, Sign In to add comment