Header Ads

Header ADS

1002.Area of circle in python


This is the solution of this problem:

 n=3.14159
R=float(input())
A=n*R*R
print("A=%.4f"%A)

No comments

Powered by Blogger.