Help me in solving PYTH09 problem

My issue

i have give correct ans but its not giving me correct output

My code

# Update the '_' below to solve the problem

print(11 * 13)          # Area of the rectangle

Perimeter= 2* (11 + 13)    # Perimeter of the rectangle

Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY02/problems/PYTH09