Update 1 - IHOPython.py

This commit is contained in:
Lukas Baumann 2021-02-18 19:25:35 +01:00 committed by GitHub
parent bb1ef5cc37
commit 2f31fa3a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!")