Programming (11th Grade)
Data Structures
Which of the following represents a list in Python?
{1, 2, 3}
(1, 2, 3)
[1, 2, 3]
<1, 2, 3>
Next