How to find the cost of painting the square?

My issue

My code

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

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

@ahbabraiyan200
cost would be area * 7