Help me in solving PYTH32 problem

My issue

My code

# Update your code below this line
s=14
area=s*s
cost=7
print(area)
print(cost)

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