Question

How to create an empty list in Python?


Annonce
Ad

Answer

>>> myList=[]
>>> myList
[]


[source]
# ID Query