Help me in solving PYTH09 problem

My issue

Perimeter of a rectangle and area of a rectangle are shown wrong can you please send me the reason

My code

# Update the '_' below to solve the problem

print(13* 14)          # Area of the rectangle

print(2 * (13+14))    # Perimeter of the rectangle

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

@govardhani07
U have taken wrong length and breadth ,
it should be 13 and 11.