In Python, only if statement has else clause.
1 Like
False
Reason — Loops in Python can have else clause too.
Answered By
2 Likes
Variables can be assigned only once.
In Python, a variable is a placeholder for data.
Python loops can also have else clause.
In a nested loop, a break statement terminates all the nested loops in one go.