Python
Python copied to clipboard
#Pyhton
n=28
for i in range(1,n+1): print(" ". join(str(x) for x in range(1,i+1)))