C-18-Q043mediumsingle_mcq
Which Python comparison operator allows the counter value 3 itself to enter the loop body in while (count<=3)?
Which Python comparison operator allows the counter value 3 itself to enter the loop body in while (count<=3)?
- a
< - b
<= - c
== - d
>=