My issue
I am printing on seprate lines then also showing that wrong answer
My code
# Update your code below this line
s = 14
p=7
area = s*s
cost = p*s
print(area)
print(cost)
Learning course: Learn Python Programming
Problem Link: https://www.codechef.com/learn/course/rcpit-python/RCPITPY05/problems/PYTH32