Skip to content

Instantly share code, notes, and snippets.

@davidallsopp
Created September 25, 2014 20:43
Show Gist options
  • Select an option

  • Save davidallsopp/66a89e59efe37d03904b to your computer and use it in GitHub Desktop.

Select an option

Save davidallsopp/66a89e59efe37d03904b to your computer and use it in GitHub Desktop.
Example for code club (needs tweaking for Python 3 though)
import random
import sys
while True:
for i in range(80):
sys.stdout.write(random.choice("\/|-"))
print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment