I\'ve been having trouble in one of my classes with this problem, I can\'t quite figure it out. This is what we were asked to do.
\"Write a program that only has one
Try:
for i in range(1,10): for j in range(0+i): print 'y', print '\n'