The if statement is a decision-making statement.
2 Likes
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.
if
Answered By
3 Likes
Indentation while working with blocks is not necessary in Python.
else if statement can be used in Python.
The else block for a loop executes only in the case of normal termination of the loop.
Repeated execution of a set of statements is called iteration.