Computer Science
Fill in the blanks:
In a nested loop, a break statement inside the inner loop, will terminate the _________ loop only.
Python Control Flow
5 Likes
Answer
inner
Answered By
2 Likes
Related Questions
Fill in the blanks:
The _________ statement terminates only a single iteration of the loop.
Fill in the blanks:
The break and continue statements, together are called _________ statements.
State whether the following statement is True or False :
An if-else tests less number of conditions than two successive ifs.
State whether the following statement is True or False :
A for loop is termed as a determinable loop.