From cedef4ad9ed2b1d1f4b6b9b15bf679229a929e6d Mon Sep 17 00:00:00 2001 From: surajphulara <68676996+surajphulara@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:10:40 +0530 Subject: [PATCH] Modified hungry.py Added sandwich as an option Ignore it Just learning about github --- hungry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hungry.py b/hungry.py index e788c0b..6f87a21 100644 --- a/hungry.py +++ b/hungry.py @@ -3,5 +3,6 @@ print("eat samosa") print("eat pizza") print("eat burger") + print("eat sandwich") else: print("do homework")