num1 = int(input ( 'Enter a height ' ) ) num2 = int(input ( 'Enter a width ' ) ) a = 0 while num1 > a: print( '+ '* num2) a = a + 1