[ create a new paste ] login | about

Link: http://codepad.org/IVFREbxC    [ raw code | output | fork ]

Python, pasted on Aug 14:
1
2
3
4
print("        4")
print("     4"*2)
print("    4"*3)
print("   4"*4)


Output:
1
2
3
4
        4
     4     4
    4    4    4
   4   4   4   4


Create a new paste based on this one


Comments: