Skip to content

Commit 4264dce

Browse files
committed
Removed in operator
1 parent 9996eda commit 4264dce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ List
2323
<list>.extend(<list>)
2424
<list> += [<el>]
2525
<list> += <list>
26-
<bool> = <el> in <list>
2726
```
2827

2928
```python
@@ -60,7 +59,6 @@ Dictionary
6059
<view> = <dict>.items()
6160
<value> = <dict>.get(key, default) # Returns default if key does not exist.
6261
<value> = <dict>.setdefault(key, default) # Same, but also adds default to dict.
63-
<bool> = key in <dict>
6462
<dict>.update(<dict>)
6563
```
6664

0 commit comments

Comments
 (0)