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