k=0
i=1
for j in range(1,46):

print(j,end=" ")
k=k 1

if(k==i):
print("")
k=0
i=i 1






이거 i를 이렇게 안하고 for두개 써서 어떻게하죠?

- dc official App