Skip to content

Commit

Permalink
更新20 包管理器-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
YQisme committed Jan 13, 2024
1 parent ca4ef98 commit 7bbf735
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 460 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/17_exception_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Python 使用 _try_ 和 _except_ 来优雅地处理错误。优雅地处理错

我们在前一节中介绍了不同的 Python _error_ 类型。如果在我们的程序中使用 _try__except_,那么它不会在这些块中引发错误。

![尝试和捕获](./17_exception_handling - Copy.assets/try_except.png)
![尝试和捕获](./images/try_except.png)

```py
try:
Expand Down
Loading

0 comments on commit 7bbf735

Please sign in to comment.