InterviewSolution
Saved Bookmarks
| 1. |
Write the syntax of “break” statement. |
|
Answer» The syntax for a break statement in Python is as follows : break |
|