width = int(input("enter a width ")) height = int(input("enter a height ")) for multipler in range(1, height + 1) : result = multipler *width print(width* "+ ")