C-17-Q045mediumsingle_mcq
elif is described as a popular alternative to:
elif is described as a popular alternative to:
- aUsing the
forloop - bUsing multiple separate
ifstatements - cUsing the
matchstatement - dUsing the
whileloop
elif is described as a popular alternative to:
for loopif statementsmatch statementwhile loop