+ 1
Why āerrorā prints in last
I donāt know why and how āelseā part is executed that is outside of loop ...plz explain š„² https://code.sololearn.com/ckIoqzH6CBeG/?ref=app
4 Antwoorden
+ 1
Abol if the for loop terminates by break statement then else doesn't executes.
For example change it to x==5 and else won't execute,