KnowledgeBoat Logo
|

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


Related Questions