mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-25 12:31:18 -05:00
[PR #1655] [CLOSED] Create Function to Calculate area of circle #1440
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1655
Author: @vinayrevankar14
Created: 10/5/2020
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
70c6bcfCreate Function to Calculate area of circle📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
➕
Function to Calculate area of circle(+11 -0)📄 Description
Python Function which accepts the radius of a circle from the user and computes the area.
The function has an area of circle formula which implements when the user passes the radius value during the function call
What's the difference between this Python project and similar ones?
It can be differently created but by using function it can be reused
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.