Python Conditions and if statements Equals: a == b Not Equals: a != b Less than: a < b Greater than: a > b Greater than or equal to: a >= b