From 48c2be62331e9d6562a431d3cae311c7d6178029 Mon Sep 17 00:00:00 2001 From: Zoshan22 Date: Sun, 12 Jan 2025 16:38:42 -0700 Subject: [PATCH] Create Zoshans --- Zoshans | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Zoshans diff --git a/Zoshans b/Zoshans new file mode 100644 index 000000000..2157563e0 --- /dev/null +++ b/Zoshans @@ -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