Computer Science
State whether the following statement is True or False :
An if-elif-else statement is equivalent to a nested-if statement.
Python Control Flow
1 Like
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
For a while loop, an equivalent for loop can always be written.
State whether the following statement is True or False :
The range( ) function can only be used in for loops.
What is the common structure of Python compound statements?
What is the importance of the three programming constructs?