The if statement is a decision-making statement.
3 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
1 Like
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.