C-18-Q008mediumsingle_mcq
A while loop is used in Python programmes to execute a statement:
A while loop is used in Python programmes to execute a statement:
- aExactly once
- bTwo or more times subject to a condition
- cOnly when no condition is given
- dAfter the programme ends