Informatics Practices
The append() function is used to add a value in a list at any place.
Python List Manipulation
2 Likes
Answer
False
Reason — The append() function adds a single item to the end of the list.
Answered By
2 Likes
The append() function is used to add a value in a list at any place.
2 Likes
False
Reason — The append() function adds a single item to the end of the list.
Answered By
2 Likes