Every compound statement of Python has a header and indented body below the header.
1 Like
True
Reason — In Python, every compound statement has a header and indented body below the header.
Answered By
Flow chart is not a graphical representation of steps and algorithm to solve a given problem.
if, elif, else are not block or compound statements.
Block is the group of consecutive statements having some indentation level.
The body of the loop that is executed more than one time is called iteration.