1.

Write the syntax of “break” statement.

Answer»

The syntax for a break statement in Python is as follows : break



Discussion

No Comment Found