Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Оглавление.
  • Loading branch information
dim5x committed Apr 27, 2024
commit 4e796742c0737ed2489d486cbb20730dee9f98cd
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ NameError: name 'e' is not defined

#### 💡 Объяснение:

* Source: https://docs.python.org/3/reference/compound_stmts.html#except
* Исходный код: https://docs.python.org/3/reference/compound_stmts.html#except

When an exception has been assigned using `as` target, it is cleared at the end of the `except` clause. This is as if

Expand Down Expand Up @@ -1858,7 +1858,7 @@ NameError: name 'e' is not defined
---


### ▶ Загадочное преобразование типа ключа [↑](#оглавление)
### ▶ Загадочное преобразование типа ключа. [↑](#оглавление)
<!-- Example ID: 00f42dd0-b9ef-408d-9e39-1bc209ce3f36 --->
```py
class SomeClass(str):
Expand Down Expand Up @@ -2000,7 +2000,7 @@ ValueError: Exceeds the limit (4300) for integer string conversion:

## Раздел: Скользкие склоны

### ▶ Изменение словаря во время итерации по нему [↑](#оглавление)
### ▶ Изменение словаря во время итерации по нему. [↑](#оглавление)
<!-- Example ID: b4e5cdfb-c3a8-4112-bd38-e2356d801c41 --->
```py
x = {0: None}
Expand Down Expand Up @@ -2036,7 +2036,7 @@ Yes, it runs for exactly **eight** times and stops.

---

### ▶ Упрямая операция `del` [↑](#оглавление)
### ▶ Упрямая операция `del`. [↑](#оглавление)
<!-- Example ID: 777ed4fd-3a2d-466f-95e7-c4058e61d78e --->
<!-- read-only -->

Expand Down