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
ব্যাখ্যা
break is almost always placed inside a conditional like if/elif so it only fires when a particular condition is met.