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