Help me in solving PYTH58 problem

My issue

why the console said that it was a wrong answer

My code

# Update your code below this line
length = int(input())
width  = int(input())
area= length * width
print("Area of the rectangle is :", area)

Learning course: CEMP - Sem 1: Programming in Python
Problem Link: Find the Area of any rectangle in CEMP - Sem 1: Programming in Python