What will be the output of the following code snippet?
a = [1, 2] 
print(a * 3)

Posted on by