Computer Science, asked by ritukumari18972, 5 hours ago

Differentiate between Relational Operator and Logical Operator in python.

Answers

Answered by purvazope190
1

Answer:

Relational operators compare values and return either TRUE or FALSE. Logical operators perform logical operations on TRUE and FALSE. Values used with a logical operator are converted into booleans prior to being evaluated. For numerical values, zero will be interpreted as FALSE, and other values will be TRUE.

Similar questions