From http://learnpythonthehardway.org/book/ex10.html
#!/usr/bin/env python # -*- coding: utf-8 -*- while True: for i in ["/","-","|","\\","|"]: print "%s\r" % i,