Mega Code Archive

 
Categories / Python Tutorial / Operator
 

Understanding the Peculiar Nature of and and or

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