摘要: 引言 python提供了两个非常重要的功能来处理python程序在运行中出现的异常和错误。你可以使用该功能来调试python程序。 异常处理 断言(Assertions) 基本语法 异常种类 常见异常 更多异常 ArithmeticError AssertionError AttributeErro 阅读全文
posted @ 2018-11-27 22:08 WuSir_ZJ 阅读(174) 评论(0) 推荐(1)