What is the output of the following code?
[0] * 4
B) [0, 0, 0, 0]
[0, 0, 0, 0]
D) [0, 4]
[0, 4]
A) [0]
[0]
C) [4, 0]
[4, 0]