Skip to content

Commit fb4924c

Browse files
committed
Dictionary
1 parent 7aeb05d commit fb4924c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Dictionary
6161
```
6262

6363
```python
64-
value = <dict>.get(key) # Returns None if key does not exist.
6564
value = <dict>.get(key, default) # Returns default if key does not exist.
6665
value = <dict>.setdefault(key, default) # Same, but also adds default to dict.
6766
<dict> = collections.defaultdict(<type>) # Creates a dictionary with default value of type.

0 commit comments

Comments
 (0)