📜  python try脚本 - Python代码示例

📅  最后修改于: 2022-03-11 14:46:44.151000             🧑  作者: Mango

代码示例1
The try block lets you test a block of code for errors. The except block lets you handle the error. The finally block lets you execute code, regardless of the result of the try- and except blocks