Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

File metadata and controls

12 lines (7 loc) · 392 Bytes

异常

如果让x = 1 / 0会怎么样?

简单来说,Python会报错并终止当前脚本的运行。

Learning By Reading 难度:★ 重要性:★★★★