-
apend method & insert method
The append method appends items to the end of the list.
The insert method adds an item by specifying the index.
These methods are for lists, not for non-lists.
The append method appends items to the end of the list.
The insert method adds an item by specifying the index.
These methods are for lists, not for non-lists.