length = int(input("length=")) width = int(input("width=")) area = length * width print("The area is", area)