Skip to content

Instantly share code, notes, and snippets.

@m4r1vs
Last active October 24, 2018 17:42
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 m4r1vs/373570df6a577b4032e87462d63b2a06 to your computer and use it in GitHub Desktop.
Save m4r1vs/373570df6a577b4032e87462d63b2a06 to your computer and use it in GitHub Desktop.
pancakes = int(input())
if pancakes > 3:
print('Yum!')
else:
print('Still hungry!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment