Help me in solving PYTH32 problem

My issue

can’t find it!

My code

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

Learning course: CEMP: Programming in Python
Problem Link: Cost of painting in CEMP: Programming in Python