KnowledgeBoat Logo
|

Informatics Practices

The append() function is used to add a value in a list at any place.

Python List Manipulation

1 Like

Answer

False

Reason — The append() function adds a single item to the end of the list.

Answered By

3 Likes


Related Questions