错误调试.pdf
python-各种错误调试方式: 错误处理 try:https://docs.python.org/3/library/exceptions.html#exceptionhierarchy 调试: 断言:assert logging 启动Python的调试器pdb ide:单步调试