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