#980. python-错误和异常-finally 语句无论异常是否发生都会执行,用finally进行异常处
python-错误和异常-finally 语句无论异常是否发生都会执行,用finally进行异常处
Background
Description
python-错误和异常- finally 语句无论异常是否发生都会执行,用finally进行异常处
Format
Input
Output
Samples
name 'NotExistFunc' is not defined
这句话,无论异常是否发生都会执行。
Limitation
1s, 1024KiB for each test case.