from math import pi r = float(input("Input the radius of the circle: ")) print("The area of the circle with radius" + str(r) + " is: " + str(pi * r**2))
-
Notifications
You must be signed in to change notification settings - Fork 0
rishabh14300/Area
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published