[Solved] Why got syntax error ‘break’ outside loop? [closed]
[ad_1] Check the last two line of your code. Where the break is out of any loop. Put it in the specific loop, if you need it, otherwise remove it. 5 [ad_2] solved Why got syntax error ‘break’ outside loop? [closed]