Informatics Practices
Flow chart is not a graphical representation of steps and algorithm to solve a given problem.
Python Control Flow
1 Like
Answer
False
Reason — Flow chart is a graphical representation of the sequence of steps and decisions needed to perform a process/task.
Answered By
3 Likes
Related Questions
Fill in the blanks:
The statements within the body of for loop are executed till the _________ of values is exhausted.
Fill in the blanks:
_________ line begins with a keyword and ends with a colon.
if, elif, else are not block or compound statements.
Every compound statement of Python has a header and indented body below the header.