Statement about Python lists

Question:
Which statement about Python lists is true?

  1. Lists are immutable
  2. Lists cannot contain elements of different types
  3. Lists are ordered collections of items
  4. Lists are used to store key-value pairs
Answer:
C - is the correct answer