Skip to content

Commit f299639

Browse files
adelpopelkovaencukou
authored andcommitted
Start counting from zero, not from one
1 parent 62d95bb commit f299639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lessons/beginners/dict/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ nazvy_cisel = dict(data)
192192
nebo jiný iterovatelný objekt:
193193

194194
```python
195-
data = enumerate(['jedna', 'dva' 'tři'])
195+
data = enumerate(['nula', 'jedna', 'dva'])
196196
nazvy_cisel = dict(data)
197197
```
198198

0 commit comments

Comments
 (0)