I have this very simple question.
a = [1, 2, 3, 4, 5] for i in a: i = i+1 print(a)
I thought it would print