C-17-Q145mediumsingle_mcq
The chapter describes the else body as the alternative to the if body when:
The chapter describes the else body as the alternative to the if body when:
- aThe condition is True
- bThe condition is False
- cThe program crashes
- dThe user enters nothing
ব্যাখ্যা
The else body runs precisely when the if condition evaluates to False, providing the alternative course of action. When the condition is True, only the if body executes.