C-18-Q075mediumsingle_mcq
In most cases, the break statement is used together with:
In most cases, the break statement is used together with:
- a
print,input - b
if,elif, etc. - c
def,class - d
import,from
In most cases, the break statement is used together with:
print, inputif, elif, etc.def, classimport, from