Help me in solving PYTH23 problem

My issue

My code

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

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

@sowjanya_06
In print write as The Area of the given rectangle is
u have to write as it is given in the problem statement.