# your code goes herefor i in range(5): for j in range(i+1): print(j,end=" ") print()
Standard input is empty
0 0 1 0 1 2 0 1 2 3 0 1 2 3 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!