C-18-Q058mediumsingle_mcq
The continue statement cannot work directly without:
The continue statement cannot work directly without:
- a
printandinput - b
if,elif,for,whileetc. - c
importstatements - dClasses
ব্যাখ্যা
The continue statement only has meaning inside a loop construct such as for or while, typically guarded by a conditional like if/elif. Outside such structures it has nothing to control.