Programming (Year 11)
Data Structures
Which of the following is a valid list in Python?
[1, 2, 3]
(1, 2, 3)
{1, 2, 3}
<1, 2, 3>