l=int(input("enter the value of l"))
b=int(input ("enter the value of b"))
a=l*b
Print("area of rectangle a")