CBSE Class 11 Informatics Practices Question 74 of 80

Lists in Python — Question 4

Back to all questions
4
Question

Question 4

We can create an empty list by using list() function.

Answer

True

Reason — In Python, an empty list can be created by using the list() function.