Skip to content

Commit 936553b

Browse files
committed
List
1 parent 2ecdef5 commit 936553b

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
@@ -19,6 +19,9 @@ List
1919
----
2020
```python
2121
<list> = <list>[from_inclusive : to_exclusive : step_size]
22+
```
23+
24+
```python
2225
<list>.append(<el>)
2326
<list>.extend(<collection>)
2427
<list> += [<el>]

0 commit comments

Comments
 (0)