# your code goes here
a=0 for i in range(3,6): a=a+i print(a)
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!