CBSE Class 11 Computer Science Question 80 of 82

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.