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