practice mode
score 0
python trace easy +100 base

What does this print?

items = [1, 2, 3, 4, 5]
items.pop()
print(items)
โ†’