nosthemerc

Fun loop

Nov 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. while True:
  2.     for i in ["/", "-", "|", "\\", "|"]:
  3.         print "%s\r" % i,
Add Comment
Please, Sign In to add comment