length = 4 width = 3 areaOfRectangle = length * width print("Area = ",areaOfRectangle)