add the comparison (#21391)

This commit is contained in:
evachibber
2018-11-04 17:33:25 +05:30
committed by Manish Giri
parent 653a48b0a8
commit 0e8c00bff4

View File

@ -311,6 +311,7 @@ y = x
z = y
print z is 1 # prints True
print z is x # prints True
print y is x # prints True
str1 = "FreeCodeCamp"
str2 = "FreeCodeCamp"