You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1637,13 +1637,13 @@ ValueError: list.remove(x): x not in list
1637
1637
SyntaxError: invalid syntax
1638
1638
```
1639
1639
1640
-
#### 💡 Explanation
1640
+
#### 💡 说明:
1641
1641
1642
-
* To add multiple Exceptions to the except clause, you need to pass them as parenthesized tuple as the first argument. The second argument is an optional name, which when supplied will bind the Exception instance that has been raised. Example,
0 commit comments