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