Help me in solving PYTH09 problem

My issue

print"11(13*(11+13))

My code

# Update the '_' below to solve the problem

print(_ * __)          # Area of the rectangle

_____(_ * (__ + __))    # Perimeter of the rectangle

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