Blog

What is the output of the below code?

list = [5, 6, 6, 2, 9, 10]

list.pop(3)

print(list)