Programming (11th Grade)
Data Structures
Which of the following is the correct way to create a list in Python?
list = ()
list = {}
list = []
list = <>