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
for x in range(1,6+1): print ('Y'*x)
You can replace 6 with the number of rows.