a1 = [1, 2, 3, 4, 5, 6]a2 = []sum = 0for x in a1: sum += x a2.append(sum) print(a2)
Standard input is empty
[1, 3, 6, 10, 15, 21]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!