diff --git a/06/1 - IHOPython.py b/06/1 - IHOPython.py new file mode 100644 index 0000000..c6b3785 --- /dev/null +++ b/06/1 - IHOPython.py @@ -0,0 +1,5 @@ +pancakes = int(input()) +if pancakes > 3: + print("Yum!") +else: + print("Still hungry!")