Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aps_perimeter-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

aps_perimeter-0.0.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page