Computer Science, asked by jiomarc134, 1 month ago

 In python, only if statement has else clause? 
true or false​

Answers

Answered by AnjanaUmmareddy
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 RamAnantha3228
0

Answer:

DFalse

Explanation:

Similar questions