Programming (Year 11)
Data Structures
Which of the following is a valid way to declare a list in Python?
myList = {}
myList = []
myList = ()
myList = <>