Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boolean Expression

How Do Boolean Operations Work With Parentheses In Python 2.7?

Found this little oddity while playing around. >>> 'Hello' == ('Hello' or … Read more How Do Boolean Operations Work With Parentheses In Python 2.7?