number = int(input('Enter a width: ')) height = int(input('enter a height: ')) for multiplier in range(height) : print('+ ' * number)