CR的代码文本

all for learning about the world
  订阅 订阅  :: 管理

C++猿的Python笔记07-异常处理

Posted on 2011-08-09 15:22  mumuliang  阅读(226)  评论(0编辑  收藏  举报
try:
    if err:
        raise Exception
except Exception:
    # do some special
else:
    # no exception
finally:
    # always do