Juniper
JN0-223 · Question #84
Which two statements about Python lists are correct? (Choose two.)
The correct answer is A. Lists can contain elements of multiple data types. B. Lists contain a countable number of ordered values. See the full explanation below for the reasoning.
Question
Which two statements about Python lists are correct? (Choose two.)
Options
- ALists can contain elements of multiple data types.
- BLists contain a countable number of ordered values
- CLists must contain only elements of the same data type.
- DLists contain a countable number of unordered values.
How the community answered
(35 responses)- A71% (25)
- C9% (3)
- D20% (7)
Community Discussion
No community discussion yet for this question.