Help me in solving PYTH23 problem

My issue

Length=45
width=76
area=Length*width
print(“The Area of the given reactangle is”,area)

rectify any mistake here

My code

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

Learning course: Python with Data structures
Problem Link: CodeChef: Practical coding for everyone

Hi, I am unable to access the problem statement; however, there’s no error in your code except the spelling of rectangle. ('reactangle` ->‘rectangle’).

Please provide some particular errors with test cases if you are still facing the error.