# balloons 2 - lists ################################# a = 1000 #1 d = [a,2] #2 d[1] = -1 #3 a = 1003 #4 for x in d: #5a x = 7 #5b