| list.append() | list.extend() | list.remove() |
| list.clear() | list.index() | list.reverse() |
| list.copy() | list.insert() | list.sort() |
| list.count() | list.pop() |
| list.append() | list.extend() | list.remove() |
| list.clear() | list.index() | list.reverse() |
| list.copy() | list.insert() | list.sort() |
| list.count() | list.pop() |