It adds an item to the end of the list.
Reason — The append() function adds a single item to the end of the list. It does not create a new list, rather it modifies the original list.
It adds an item to the end of the list.
Reason — The append() function adds a single item to the end of the list. It does not create a new list, rather it modifies the original list.