Help me in solving PYTH23 problem

My issue

My code

# Update the code below this line to solve the problem
length=45
width=75
area=length*width
print("The Area of the given rectangle is area",area)

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone

@saikiran3585
erase the last area in print"The Area of the rectangle is ",area