csc-python-solutions/06/1 - IHOPython.py

6 lines
108 B
Python
Raw Permalink Normal View History

2021-02-18 18:25:01 +00:00
pancakes = int(input())
if pancakes > 3:
print("Yum!")
2021-02-18 18:25:35 +00:00
else: #if pancakes < 3:
2021-02-18 18:25:01 +00:00
print("Still hungry!")