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