C-17-Q006mediumsingle_mcq
In Python, the else keyword is used to:
In Python, the else keyword is used to:
- aReplace the
ifkeyword - bSpecify an alternative action when the
ifcondition is not met - cRepeat the
ifbody - dEnd the program
In Python, the else keyword is used to:
if keywordif condition is not metif body