CBSE Class 11 Informatics Practices Question 73 of 75

Conditional and Looping Constructs — Question 9

Back to all questions
9
Question

Question 9

The if statement is a decision-making statement.

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.