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)))
Hi, I’d like to work on this issue. Could you please assign it to me?