Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80c4eb1

Browse files
committed
Set
1 parent 936553b commit 80c4eb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Set
9797
---
9898
```python
9999
<set> = set()
100+
```
101+
102+
```python
100103
<set>.add(<el>)
101104
<set>.update(<collection>)
102105
<set> |= {<el>}

0 commit comments

Comments
 (0)