Starter Quiz
Question 1 of 6
1
of 6
Which of the following correctly defines a list in Python?
Select one answer
{1, 2, 3, 4}
(1, 2, 3, 4)
["apple", "banana", "cherry"]
"apple", "banana", "cherry"
Lists in Python can store different data types.
Need a hint?
Check