Skip to content

Instantly share code, notes, and snippets.

@ethanshine1234
Last active October 4, 2016 09:36
Show Gist options
  • Save ethanshine1234/f779050e43d67d5b4102d87a04f7e3e1 to your computer and use it in GitHub Desktop.
Save ethanshine1234/f779050e43d67d5b4102d87a04f7e3e1 to your computer and use it in GitHub Desktop.
stjlol-ES-homework
from time import sleep
def awesome(add):
pie = add+" is AWESOME!!!!!" #it only makes grammatical sense sometimes
print(pie)
while True:
awesome(input("Type something random.. "))
sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment