Browse Source

List

pull/3/head
Jure Šorn 6 years ago
parent
commit
f8e4648d97
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -18,7 +18,7 @@ if __name__ == '__main__':
List List
---- ----
```python ```python
<list>[from_inclusive : to_exclusive : step_size]
<list> = <list>[from_inclusive : to_exclusive : step_size]
<list>.append(<el>) <list>.append(<el>)
<list>.extend(<list>) <list>.extend(<list>)
<list> += [<el>] <list> += [<el>]

Loading…
Cancel
Save