C-18-Q072mediumsingle_mcq
If if num == 4: continue were replaced with if num == 4: break, the displayed output would be:
If if num == 4: continue were replaced with if num == 4: break, the displayed output would be:
- a1 2 3 5 6 7 8 9 10
- b1 2 3
- c4 5 6 7 8 9 10
- dNothing