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