sum = 0temp = 0 for j in range(1353752) sum = temp + j temp = sumprint(sum)
1 2 10 42 11
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!