for i in range(5): for j in range(5): print(1, end="") print()
Standard input is empty
11111 11111 11111 11111 11111
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!