209k views
1 vote
WAp to input the radius and print
the area of circle

User Oharlem
by
4.7k points

1 Answer

4 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 Godisemo
by
4.4k points