+ 2
Catching Exception
https://code.sololearn.com/ce6m8vXTUZxU/?ref=app why exception block is not executing
2 Respostas
+ 5
exception blocks don't check for syntax error
0
If try statement has problem and does not execute,then except statement will be excuted.