# print the sum of the first 5 positive integers, version 2 acc = 0 acc = acc + 1 acc = acc + 2 acc = acc + 3 acc = acc + 4 acc = acc + 5 print(acc)