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")