Standard Type Object Identity Comparison Operators : Is : Operator PYTHON TUTORIALS


PYTHON TUTORIALS » Operator » Is »

 

Standard Type Object Identity Comparison Operators


a = 5'hat', -9.3]
b = a
print a is b
print a is not b
b = 2.5e-5
print b
print a
print a is b
print a is not b



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Operator
» Is