I tried the following
a = [[1], [2]] print(sum(a))
I was expecting the output
[1, 2]
But I got thrown an erro