Computer Science, asked by kinshi20geggw, 4 months ago

Which one of the following python statement checks whether "a" is less
than or equal to "b":​

Answers

Answered by deepnarayanmandal197
0

Answer:

If the values of two operands are equal, then the condition becomes true. (a == b) is not true. If values of two operands are not equal, then condition becomes true. (a !=

Similar questions