Create 1 - IHOPython.py
This commit is contained in:
parent
69b81e106b
commit
bb1ef5cc37
5
06/1 - IHOPython.py
Normal file
5
06/1 - IHOPython.py
Normal file
@ -0,0 +1,5 @@
|
||||
pancakes = int(input())
|
||||
if pancakes > 3:
|
||||
print("Yum!")
|
||||
else:
|
||||
print("Still hungry!")
|
Loading…
Reference in New Issue
Block a user