module to calculate perimeter
Project description
THIS MODULE HELP YOU TO FIND PERIMETER OF VARIOUS 2D-SHAPES python code: from aps_perimeter import * #perimeter of parallelogram print(parallelogram(1,2)) #perimeter of square print(square(2)) #perimeter of triangle print(triangle(1,2,3)) #perimeter of rectangle print(rectangle(1,2)) #perimeter of trapezoid print(trapezoid(1,2,4,6)) #perimeter of kite print(kite(1,2)) #perimeter of rhombus print(rhombus(2)) #perimeter of hexagon print(hexagon(2)) #perimeter of circle print(circle(2)) #perimeter of ellipse print(ellipse(1,2)) #perimeter of regular polygon print( regular_polygon(1,2))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aps_perimeter-0.0.1.tar.gz.
File metadata
- Download URL: aps_perimeter-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68dc701547a4a6ea27650e450bd9109c070d7ccceece4da02ae3df00f7f09390
|
|
| MD5 |
c4e73b28d28e3a8cf60b48864a870897
|
|
| BLAKE2b-256 |
a6c00bd0e71f44245609766ce037ef4dfd44e194d60395138665341f33a70ec4
|
File details
Details for the file aps_perimeter-0.0.1-py3-none-any.whl.
File metadata
- Download URL: aps_perimeter-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b34e24c019d08215ae79864c63d5bae65324254fd62b9a65f26447015a2dc94
|
|
| MD5 |
35e4327f12d31bea04cb16c88a16ff58
|
|
| BLAKE2b-256 |
6323d324b5e8f6db079fa652d38ea1bdb679cd48ae8ae8578216a1c783b98559
|