How do you create an empty list in Python?
B) []
[]
C) Both A and B
D) None of the above
A) list()
list()