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