From f88dfa6b43ede1594cafd593b869628ad23ee7d3 Mon Sep 17 00:00:00 2001 From: Divyosmi <67603070+Divyosmi@users.noreply.github.com> Date: Mon, 6 Jul 2020 17:47:46 +0530 Subject: [PATCH] Update hungry.py --- hungry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hungry.py b/hungry.py index e788c0b..3bdf2b9 100644 --- a/hungry.py +++ b/hungry.py @@ -1,5 +1,5 @@ hungry=input("are you hungry?") -if hungry=="yes" and hungry=="Y" and hungry=="y": +if hungry=="yes" or "Y" or "y" or "Yes" or "yep" or "Yep" or "Naki or puch puch" or "naki or puch puch": print("eat samosa") print("eat pizza") print("eat burger")