CBSE Class 11 Computer Science Question 76 of 82

Lists in Python — Question 4

Back to all questions
4
Question

Question 4

We can create an empty list by the code: L = list()

Answer

True

Reason — In Python, we can create an empty list using built-in function list().