Comparisons

Value Comparisons

 <, >, ==, >=, <=, and != compare values of two variables

Boolean Comparisons

and, or not

Membership tests

in 

Identity test

is    

is not