Browse Source

List

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

3
README.md

@ -19,6 +19,9 @@ List
---- ----
```python ```python
<list> = <list>[from_inclusive : to_exclusive : step_size] <list> = <list>[from_inclusive : to_exclusive : step_size]
```
```python
<list>.append(<el>) <list>.append(<el>)
<list>.extend(<collection>) <list>.extend(<collection>)
<list> += [<el>] <list> += [<el>]

Loading…
Cancel
Save