Create 1 - IHOPython.py

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

5
06/1 - IHOPython.py Normal file
View File

@ -0,0 +1,5 @@
pancakes = int(input())
if pancakes > 3:
print("Yum!")
else:
print("Still hungry!")