We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb05d commit fb4924cCopy full SHA for fb4924c
README.md
@@ -61,7 +61,6 @@ Dictionary
61
```
62
63
```python
64
-value = <dict>.get(key) # Returns None if key does not exist.
65
value = <dict>.get(key, default) # Returns default if key does not exist.
66
value = <dict>.setdefault(key, default) # Same, but also adds default to dict.
67
<dict> = collections.defaultdict(<type>) # Creates a dictionary with default value of type.
0 commit comments