+ 2
In Python the break statement has to be placed outside the loop or inside the loop
2 Respuestas
+ 3
Thanks brother
+ 2
Hey Adarsh Addee break statement is use to stop the iteration of your loop and jump outside from your loop.
Yea You Have To Place break keyword inside loop.