Update 1 - IHOPython.py
This commit is contained in:
parent
bb1ef5cc37
commit
2f31fa3a39
@ -1,5 +1,5 @@
|
|||||||
pancakes = int(input())
|
pancakes = int(input())
|
||||||
if pancakes > 3:
|
if pancakes > 3:
|
||||||
print("Yum!")
|
print("Yum!")
|
||||||
else:
|
else: #if pancakes < 3:
|
||||||
print("Still hungry!")
|
print("Still hungry!")
|
||||||
|
Loading…
Reference in New Issue
Block a user