Help me in solving PYTH32 problem

My issue

Cost

My code

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

Learning course: Python Programming
Problem Link: Cost of painting Practice Problem in Python Programming - CodeChef