from math import tan, pi def perimeter_polygon(s,l): perimeter = s*l return perimeter