Informatics Practices
The if statement is a decision-making statement.
Python Control Flow
3 Likes
Answer
True
Reason — The if
statement is a decision-making statement in Python because it allows the program to make a decision based on a condition.
Answered By
2 Likes