Which of the following is true about lists in Python?
Lists are dynamic sized arrays
Lists store references at items contiguous locations
A list can contain elements of different types.
All of the above
This question is part of this quiz :
Python String Quiz