Skip to content

Commit 2558b22

Browse files
authored
Merge pull request #1743 from BiplawSingh/master
Added correct length of the list 'participant'
2 parents d7dff45 + 1ce51c0 commit 2558b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ Like lists, using the `len()` function on the dictionaries returns the number of
403403
{% filename %}command-line{% endfilename %}
404404
```python
405405
>>> len(participant)
406-
4
406+
3
407407
```
408408

409409
I hope it makes sense up to now. :) Ready for some more fun with dictionaries? Read on for some amazing things.

0 commit comments

Comments
 (0)