Computer Science, asked by garimaluthra5, 5 months ago

List the operators that Python supports. Explain the
relational and logical operators along with their
precedence while evaluating an expression ​

Answers

Answered by veerasaimattapalli
0

Answer:

Equal to → used with == Not equal to → used with != Less than or equal to → used with <= Greater than or equal to → used with >=

Similar questions