Explain the purpose of relational operators in Python. Type out 2 sentences and use simple words

1 answer

Relational operators in Python are used to compare two values. They help us to find out if one value is greater than, less than, equal to, or not equal to another value.