From ca729275acd137263786aa8a72b96154a58bdf4b Mon Sep 17 00:00:00 2001 From: sami affes Date: Wed, 4 Nov 2020 17:42:12 +0100 Subject: [PATCH] challenge done --- README.md | 6 +++++- script.py | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de919df..2b6a0a5 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,9 @@ HINT: Consider use range(#begin, #end) method B. Update this README.md with the insctruction(s) needed to run that script ```shell - + ``` \ No newline at end of file diff --git a/script.py b/script.py index 6e2f59b..424c5ca 100644 --- a/script.py +++ b/script.py @@ -27,3 +27,8 @@ # INSERT YOUR CODE BELOW THIS LINE ######### +if(hungry): + eat() +else: + dont_eat() + \ No newline at end of file