Informatics Practices
if, elif, else are not block or compound statements.
Python Control Flow
1 Like
Answer
False
Reason — The if, elif, and else are block or compound statements in Python.
Answered By
3 Likes
Related Questions
Fill in the blanks:
_________ line begins with a keyword and ends with a colon.
Flow chart is not a graphical representation of steps and algorithm to solve a given problem.
Every compound statement of Python has a header and indented body below the header.
Block is the group of consecutive statements having some indentation level.