extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays. Open for hacktoberfest PRs.
https://pypi.org/project/easyPythonpi/
16 stars 37 forks source link

Create a File Containing Geometric Formulas #69

Open AndrewHUNGNguyen opened 11 months ago

AndrewHUNGNguyen commented 11 months ago

Create a file that stores all geometry formulas calculating the perimeter, area, and volume of various shapes.

@extinctsion feel free to share your thoughts on this.

AndrewHUNGNguyen commented 11 months ago

@extinctsion if you think this is a good issue assign this to me.

extinctsion commented 11 months ago

Yes, methods relating to mensurations and geometry should have their own class. Pls make their classes and inside them you can include their methods.

AndrewHUNGNguyen commented 11 months ago

Created a PR at #83