I want to produce a similar shape to the above using a nested loop. Can anyone here help me with that?
print(' #')
print(' ###')
print(' ####')
print(' #####')
print(' #######')
print(' #########')
print(' ###########')
print(' ############')
print('###############')
for x in range(0, 10):
print(' #')