Skip to content

Commit 5b52026

Browse files
committed
Remove note about keys()
1 parent 404e01c commit 5b52026

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lessons/beginners/dict/index.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ Knoflík: Button
145145
Myš: Mouse
146146
```
147147

148-
> [note]
149-
> Existuje i metoda `keys()`, která vrací klíče.
150-
>
151-
> To, co `keys()`, `values()` a `items()` vrací, jsou speciální objekty,
152-
> které kromě použití ve `for` umožňují další
153-
> operace: například pracovat s klíči jako s množinou.
154-
> [dokumentaci](https://docs.python.org/3/library/stdtypes.html#dictionary-view-objects)
155-
> Pythonu je to všechno popsáno.
156-
157148
V průběhu iterace (tedy v rámci `for` cyklu) nesmíš
158149
do slovníku přidávat záznamy, ani záznamy odebírat:
159150

0 commit comments

Comments
 (0)