Programming (Year 12)
Data Structures
Which of the following statements correctly defines a list in Python?
[1, 2, 3]
(1, 2, 3)
{1, 2, 3}
<1, 2, 3>