CBSE Class 11 Informatics Practices Question 78 of 80

Lists in Python — Question 8

Back to all questions
8
Question

Question 8

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

Answer

False

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