width = int (input("what is the width?")) height = int (input("What is the height?")) width = width height = height print("+" * width) print("+" * width) print("+" * width) print("+" * width)