Statement about Python lists
Question:
Which statement about Python lists is true?
- Lists are immutable
- Lists cannot contain elements of different types
- Lists are ordered collections of items
- Lists are used to store key-value pairs
Answer:
C - is the correct answer