Help me in solving PYTH09 problem

My issue

My code

# Update the '_' below to solve the problem

print(0.51311,sep="\n")          # Area of the triangle
print(2*(13+11),sep="\n")   # Perimeter of the rectangle

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