width = int(input("Enter a width ")) height=int(input("Enter a height ")) input("Filled (y/n)") for height in range (1, height+1): print("+ " *width)