[PR #1655] [CLOSED] Create Function to Calculate area of circle #1440

Closed
opened 2025-11-06 13:16:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1655
Author: @vinayrevankar14
Created: 10/5/2020
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 70c6bcf Create 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1655 **Author:** [@vinayrevankar14](https://github.com/vinayrevankar14) **Created:** 10/5/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`70c6bcf`](https://github.com/vinta/awesome-python/commit/70c6bcf1accc6b76302af8de3b0de2185a7f4aff) Create Function to Calculate area of circle ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Function to Calculate area of circle` (+11 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:16:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1440