C-17-Q042mediumsingle_mcq
The keyword elif is short for:
The keyword elif is short for:
- aelse if
- bextended if
- cerror if
- dexit if
ব্যাখ্যা
elif is Python's contraction of "else if," combining an else branch with a new if condition in one keyword. This keeps multi-way decision chains compact.