From b3e9c33658189b9c33ba24316b6d318f94d6193f Mon Sep 17 00:00:00 2001 From: sujoypal51 <70856336+sujoypal51@users.noreply.github.com> Date: Sat, 3 Oct 2020 00:29:10 +0530 Subject: [PATCH] Update 21 If Elif Else Statement in Python.txt --- 21 If Elif Else Statement in Python.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/21 If Elif Else Statement in Python.txt b/21 If Elif Else Statement in Python.txt index c787457..d8be5cc 100644 --- a/21 If Elif Else Statement in Python.txt +++ b/21 If Elif Else Statement in Python.txt @@ -25,8 +25,6 @@ # print("Bye") -x = 5 - if x==1: print("one")