Skip to content

Instantly share code, notes, and snippets.

/Fox

Created March 19, 2017 18:38
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 anonymous/814e428157ada5295365671a40209d7d to your computer and use it in GitHub Desktop.
Save anonymous/814e428157ada5295365671a40209d7d to your computer and use it in GitHub Desktop.
def ow():
for i in loop(3):
print("OW")
print("Dog goes woof, cat goes meow.")
print("Bird goes tweet, and mouse goes squeak.")
print("Cow goes moo. Frog goes croak, and the elephant goes toot.")
print("Ducks say quack and fish go blub, and the seal goes", ow)
print("But there's one sound that no one knows...")
print("WHAT DOES THE FOX SAY?")
print()
print("Ring ding ding ding dingeringeding!")
print("Gering ding ding ding dingeringeding!")
print("Gering ding ding ding dingeringeding!")
print("WHAT DOES THE FOX SAY?")
print("Wa pa pa pa pa pa pow!")
print("Wa pa pa pa pa pa pow!")
print("Wa pa pa pa pa pa pow!")
Dog goes woof, cat goes meow.
Bird goes tweet, and mouse goes squeak.
Cow goes moo. Frog goes croak, and the elephant goes toot.
Ducks say quack and fish go blub, and the seal goes <function ow at 0x029CA390>
But there's one sound that no one knows...
WHAT DOES THE FOX SAY?
Ring ding ding ding dingeringeding!
Gering ding ding ding dingeringeding!
Gering ding ding ding dingeringeding!
WHAT DOES THE FOX SAY?
Wa pa pa pa pa pa pow!
Wa pa pa pa pa pa pow!
Wa pa pa pa pa pa pow!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment