Standard Type Value Comparison Operators : Comparison Operators : Operator PYTHON TUTORIALS


PYTHON TUTORIALS » Operator » Comparison Operators »

 

Standard Type Value Comparison Operators


print == 2
print 2.46 <= 8.33
print 5+4j >= 2-3j
print 'abc' ='xyz'
print 'abc' > 'xyz'
print 'abc' < 'xyz'
print [3'abc'] == ['abc', 3]
print [3'abc'] == [3'abc']



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Operator
» Comparison Operators