csc-python-solutions/06/1 - IHOPython.py
2021-02-18 19:25:01 +01:00

6 lines
90 B
Python

pancakes = int(input())
if pancakes > 3:
print("Yum!")
else:
print("Still hungry!")