C-16-Q103mediumsingle_mcq
The relational operator <= returns true when the left operand is:
The relational operator <= returns true when the left operand is:
- agreater than the right
- bless than or equal to the right
- cnot equal to the right
- dequal to zero
ব্যাখ্যা
The <= operator returns True when the left operand is either less than or exactly equal to the right operand. It combines the "less than" and "equal" conditions.