c=input("enter any radius of the circle")
a = 3.14*r*r
print "Area=",a
What will be the output of abovelif radius of circle is 7
O 150.83
O 153.86
O 151
O None of these
Answers
Answered by
4
Explanation:
area of circle =pir² put the value u get urs answer perfectly
Similar questions