Advertisement
stuppid_bot

Console

Jul 27th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. import sys
  2. import time
  3.  
  4. for i in range(101):
  5.     sys.stdout.write('\rLOADING %s%%' % i)
  6.     time.sleep(0.1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement