C-18-Q055mediumsingle_mcq
The continue statement in Python is used to:
The continue statement in Python is used to:
- aStop the program completely
- bConditionally or unconditionally repeat a statement or loop
- cDefine a new function
- dPrint a value
The continue statement in Python is used to: