Skip to content

Commit

Permalink
Create Zoshans
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoshan22 authored Jan 12, 2025
1 parent 4f7d020 commit 48c2be6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Zoshans
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
write a python Function to calculate the area of a circle
This function should take the radius as input and return the area

Example Runs
print(circle_area(3)) # Output: 28.274333882308138
print(circle_area(5)) # Output: 78.53981633974483

0 comments on commit 48c2be6

Please sign in to comment.