Blog

What is the output of the code below?

list = [5, 9, 5, 6, 3, 1, 3]
del list[1:3]