Skip to content

Instantly share code, notes, and snippets.

@rossgoodwin
Created May 31, 2016 13:06
Show Gist options
  • Save rossgoodwin/ab1adbc26aa20e6e09064a875e8144f9 to your computer and use it in GitHub Desktop.
Save rossgoodwin/ab1adbc26aa20e6e09064a875e8144f9 to your computer and use it in GitHub Desktop.
for i,d in enumerate([1]*999999):import random;d*=random.randint(-1,1);l=list('\\|/');print ' '*(i/64+d)+l[d]+''.join(random.sample([l[d],'_']*64,32))+l[d];sum(range(8**7));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment