Computer Science
Relational operators return either True or False.
Python Data Handling
3 Likes
Answer
True
Reason — Relational operators in Python return either True or False based on the comparison result between two operands. For example, the greater than operator (>) returns True if the left operand is greater than the right operand, and False otherwise.
Answered By
1 Like