Skip to content

Instantly share code, notes, and snippets.

@MrDMurray
Created September 5, 2018 10:13
Show Gist options
  • Save MrDMurray/e7d4e9e830ea6a2ba20427612044aacd to your computer and use it in GitHub Desktop.
Save MrDMurray/e7d4e9e830ea6a2ba20427612044aacd to your computer and use it in GitHub Desktop.
OldJoyfulMath created by MrDMurraySTJ - https://repl.it/@MrDMurraySTJ/OldJoyfulMath
from time import sleep
print ("Here is a wonderful tune for the lads and whamen")
sleep(1.5)
while True:
print("Death to America")
sleep(1.5)
print("And butter sauce")
sleep(1.5)
print("Don't boil me")
sleep(1.5)
print("I'm still alive")
sleep(1.5)
print("Iraq Lobster")
sleep(1.5)
print("Iraq Lobster")
sleep(1.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment