Answer to Question #269834 in Python for Mayang

Question #269834

Write a program to computer the are of a circle,(A=ñr2,ñ=3.14

1
Expert's answer
2021-11-22T09:53:15-0500
#Python program to calculate the area of the Circle
ñ=3.14
r=float(input("Enter the radius value of circle: "))
Area = ñ*r**2
print("The circle whose ñ=3.14 and radius", r, "has the area of", Area)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS