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

6 lines
90 B
Python
Raw Normal View History

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