Understanding the Peculiar Nature of and and or : Boolean Operators : Operator PYTHON TUTORIALS


PYTHON TUTORIALS » Operator » Boolean Operators »

 

Understanding the Peculiar Nature of and and or


print 'a' and 'b'                               
print '' and 'b'                                     
print 'a' and 'b' and 'c'



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Operator
» Boolean Operators