Computer Science, asked by yp1232, 1 year ago

ANY PYTHON SCRIPT....................

Answers

Answered by Abhishek9182
2

for a in range(1, 9):

for b in range(1,a+1):

print (b, end=' ')

print ()

Similar questions