Skip to content

Instantly share code, notes, and snippets.

@carusog
Created August 26, 2012 16:33
Show Gist options
  • Save carusog/3481521 to your computer and use it in GitHub Desktop.
Save carusog/3481521 to your computer and use it in GitHub Desktop.
Python joke
while True:
for i in ["/","-","|","\\","|"]:
print "%s\r" % i,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment