My issue
Update your code below this line
s = 14
area = s*s
cost = area//7
print(area)
print(cost)
My code
# Update your code below this line
s = 14
area = s*s
cost = area//7
print(area)
print(cost)
Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY05/problems/PYTH32