Appending to a List: What will the output of the following code be?

Code

l = [32, 34, 12, 27, 33]
l.append([14, 19])
print(len(l))
Tags
programsbuzz banner