Skip to content

Instantly share code, notes, and snippets.

@Inquisitor-Sasha
Created February 8, 2014 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Inquisitor-Sasha/8875103 to your computer and use it in GitHub Desktop.
Save Inquisitor-Sasha/8875103 to your computer and use it in GitHub Desktop.
Half gigabyte of desu. In honor of Dondre Khan for spamming desu verbally.
desuCount = 1
while desuCount <= 1000:
desuNum = 1
desuFile = open( 'DESU/desu_'+str(desuCount)+'.txt', 'a' )
while desuNum <= 100000:
desuFile.write( 'DESU ' )
desuNum = desuNum + 1
desuFile.close()
desuCount = desuCount + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment