A loop inside a loop is called nested loop.
1 Like
True
Reason — A loop that is written inside the body of another loop is called a nested loop, where one loop (inner loop) executes completely for each iteration of the outer loop.
Answered By
2 Likes
In Python, you cannot create an empty 'for' loop.
The 'while' loop can be used to create an infinite loop.
In Python, 'elif' can be used without 'if'.
Which of the following keywords is not used in conditional statements?