Help me in solving PYTH23 problem

My issue

Solve this problem

My code

# Update the code below this line to solve the
length = 45
width = 17
print(length*width);

Learning course: Python Programming
Problem Link: Area of Rectangle Practice Problem in Python Programming - CodeChef