From 46e6cb893667f7efb4ba49e18976868c9fb50a62 Mon Sep 17 00:00:00 2001 From: Zoshan22 Date: Sun, 12 Jan 2025 16:25:57 -0700 Subject: [PATCH] Create Zoshans_challenge --- Zoshans_challenge | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Zoshans_challenge diff --git a/Zoshans_challenge b/Zoshans_challenge new file mode 100644 index 0000000..f28bdcf --- /dev/null +++ b/Zoshans_challenge @@ -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