Created
February 8, 2014 01:08
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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