standard comparison operators return a Boolean value indicating the truthfulness of the expression : Comparison Operators : Operator PYTHON TUTORIALS


PYTHON TUTORIALS » Operator » Comparison Operators »

 

standard comparison operators return a Boolean value indicating the truthfulness of the expression


print 4
print == 4
print 4
print 6.2 <= 6
print 6.2 <= 6.2
print 6.2 <= 6.20001



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Operator
» Comparison Operators