Python has all types of comparison operators like >=, <=, >, <, etc. All comparison operations in Python have the same priority. Comparisons yield boolean values: True or False. Comparisons can be chained arbitrarily.

Check if "three" is strictly greater then "two".