# Topic: Pttern Lecture-1 #Question: Code 2 for i in range(5): for j in range(i+1): print("0", end="") print()
Standard input is empty
0 00 000 0000 00000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!