Advertisement
GapajYT

python lol

Dec 11th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. import sys
  2.  
  3. ch = 1
  4. words = 153
  5. f = open("chaptersn/ch1.txt","w+")
  6. f.write("June 4th, 1967.\n\n\"PSSSSSSSSHT\". The static was supposed to be fixed today, but the company is having some issues! Argh, this sucks >w<! Wh-oh! Yes! In only a few moments senpai will be on television to warm me! The screen glares a familiar blue light as I sit in the silence of my pitch black wooden house. Only the television gives light; I broke all the other windows and replaced them with blocks just to make sure I can't be seen UwU.\n\nThat blasted commercial for bath salts is FINALLY finished - nothing can get in the way of me and Romeo! Finally, it's starting! The sign appears suddenly, filling up 90% of the screen with the glorious text \"Element Animation presents\". All the while, I'm hearing the familiar intro theme I've grown used to all these years. It warms my heart to hear it another time, yet again from the comfort of my television screen...\n\n\"Du ")
  7. for i in range(200):
  8. ch += 1
  9. f = open("chaptersn/ch"+str(ch)+".txt","w+")
  10. for i in range(49999):
  11. f.write("du ")
  12. words += 1
  13. sys.stdout.write("\r%i" % words)
  14. sys.stdout.flush()
  15. ch += 1
  16. f = open("ch"+str(ch)+".txt","w+")
  17. f.write("du...Villager News!\"\n\nHe's about to report on it! Finally! The mass bombing that's been affecting this world for so long is finally gonna be reported! W-wha...? What's that noise from abov\n\nTHE END")
  18. words += 199
  19. sys.stdout.write("\r%i" % words)
  20. sys.stdout.flush()
  21. print("Was it worth it?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement