Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Aug 17, 2021
1 parent 2458714 commit caaadc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circleArea.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#creating area of circle
radius=float(input("Enter the radius for circle: ") )
area=3.14*radius*radius
print(area)

0 comments on commit caaadc8

Please sign in to comment.