异常 如果让x = 1 / 0会怎么样? 简单来说,Python会报错并终止当前脚本的运行。 Learning By Reading 难度:★ 重要性:★★★★ 阅读材料,了解Python异常处理和 with关键字。