My issue
Why i can not submit my code
My code
# Update your code below this line
radius = 8.9
pi = 3.14
area= pi * (radius * radius)
print(area)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
Why i can not submit my code
# Update your code below this line
radius = 8.9
pi = 3.14
area= pi * (radius * radius)
print(area)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone