Help me in solving PYTH32 problem

My issue

My code

# Update your code below this line

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

s = 14

area = s * s
cost = area * 7

print(area)
print(cost)