Programming (Year 11)
Data Structures
Which of the following statements will create a list in Python?
list = ()
list = {}
list = []
list = <>
Next