Informatics Practices

The if statement is a decision-making statement.

Python Control Flow

2 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

3 Likes


Related Questions