Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 688 Bytes

PyShapes

Python 3.9

Contents:-

Area --> area.py

This module (area.py) contains different methods to find area of basic geometrical shapes.

Perimeter --> perimeter.py

This module (perimeter.py) contains different methods to find perimeter of basic geometrical shapes.

Note:-

To use these modules

  • Clone this repository on your machine
  • Paste this repository (PyShapes) in your workspace
  • Import Package
  • import package-name.package.module as rename