Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write a python Function to calculate the area of a circle #43

Open
Zoshan22 opened this issue Jan 12, 2025 · 0 comments · May be fixed by #44
Open

write a python Function to calculate the area of a circle #43

Zoshan22 opened this issue Jan 12, 2025 · 0 comments · May be fixed by #44
Assignees

Comments

@Zoshan22
Copy link

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

@Zoshan22 Zoshan22 self-assigned this Jan 12, 2025
@Zoshan22 Zoshan22 moved this from TODO to DOING in ET6 Foundations Group 02 Jan 12, 2025
@fevziismailsahin fevziismailsahin linked a pull request Jan 13, 2025 that will close this issue
43 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant