From 74c6b1e742b951dbc7322c30b0cc1621969e3b66 Mon Sep 17 00:00:00 2001 From: SuryaTeja-1216 <116166340+SuryaTeja-1216@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:30:51 +0530 Subject: [PATCH] added no --- hungry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hungry.py b/hungry.py index e788c0b..f371cb6 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" and hungry=="Y" and hungry=="y" and hungry!="no": print("eat samosa") print("eat pizza") print("eat burger")