# Comparison operators in Python are used to compare values. They return either `True` or `False` based on the comparison result. Here are the commonly used comparison operators in Python: # 1.