diff --git a/README.md b/README.md index bc1e8d1..24e8c28 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ flattened_list = [item for sublist in for item in sublist] list_of_chars = list() ``` +```python +a.insert(index, ) + = a.pop([index]) +a.remove() + = a.index() +``` + Dictionary ----------