316,537 views
27 votes
27 votes
WAp to input the radius and print
the area of circle

User Jyotirup
by
3.0k points

1 Answer

21 votes
21 votes

Program:-


\tt r=float(input(


\tt x=3.14*\:r**2


\tt print(

Sample run:-


\tt r=3


\tt Area\:of\:the\:circle=28.26

User MikaelHalen
by
3.0k points