My issue
My code
# Update your code below this line
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Update your code below this line
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
directly give the values as given
r=8.9
pi=3.4
a=pi*(r*r)
print(a)