KnowledgeBoat Logo
|

Informatics Practices

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

Python List Manipulation

2 Likes

Answer

True

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

Answered By

1 Like


Related Questions