Skip to content

rishabh14300/Area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Area of Circle

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))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published