What will be the output of this code?
[1,2,3] * 3
You will get a type error.
[3,6,9]
[1, 2, 3, 1, 2, 3, 1, 2, 3]
[3,2,3]