Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Computer Science
Python Revision Tour
Question 8
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
Previous
Question 7
Next
Question 9