In python, only if statement has else clause?
true or false
Answers
Answered by
1
Answer:
"Only one suite will be executed in the if statement. [either if-suite or elif-suite or else-suite). else clause is executed if there is no exception raised in the try block. ... In the while loop, the else clause is executed after the condition is False."
Answered by
0
Answer:
DFalse
Explanation:
Similar questions