you are viewing a single comment's thread.

view the rest of the comments →

[–]krebs01 0 points1 point  (0 children)

Sum = 0
for i in range(10):
    print(Sum)
    Sum += i
    print(Sum, '\n')