Polygon area calculator-dont know where to start

I am stuck on the polygon area calculator project. I dont really know where and how to start the project.

Well I’m not even on that project myself, but I imagine you should start knowing how to find the area of a polygon normally. The formula to do so is as follows:

Area = 1/2 x Perimeter x Apothem

(Apothem is basically the radius of the polygon, when the line from the center forms a right angle with a given side.)

So if I were to start with this, I would probably start by making a function that takes inputs for those variables. Then within the function, recreate the formula to find the area in python.

Hopefully that gives you an idea of where to start! :call_me_hand: