Informatics Practices
The if statement is a decision-making statement.
Python Control Flow
1 Like
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
3 Likes