阅读背景:

Python:最终需要一个try-except子句吗?

来源:互联网 

Suppose the following code.

假设以下代码。

try:
    some_code_1
except: # will it be called twice, if an error occures in finally?
    some_code_2
finally:
    some_code_3
try:
  



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: