CBSE Class 12 Computer Science Question 14 of 105

Python Revision Tour — Question 8

Back to all questions
8
Question

Question 8

A break statement skips the rest of the loop and jumps over to the statement following the loop.

Answer