i=j=0for i in range(1,6): for j in range(1,6): print(i*j,end="\t") print()
Standard input is empty
1 2 3 4 5 2 4 6 8 10 3 6 9 12 15 4 8 12 16 20 5 10 15 20 25
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!