Browse Source

Set

pull/27/head
Jure Šorn 6 years ago
parent
commit
80c4eb1a9a
1 changed files with 3 additions and 0 deletions
  1. 3
      README.md

3
README.md

@ -97,6 +97,9 @@ Set
---
```python
<set> = set()
```
```python
<set>.add(<el>)
<set>.update(<collection>)
<set> |= {<el>}

Loading…
Cancel
Save