Python-Quizzes | Python String Quiz | Question 2

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments