mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Fixed Linter for the Function Definition
This commit is contained in:
@@ -2,7 +2,7 @@ from .__init__ import *
|
||||
from ..__init__ import Generator
|
||||
|
||||
|
||||
def perimeter_of_polygons(maxSides=12, maxLength=120)->"cm":
|
||||
def perimeterOfPolygons(maxSides=12, maxLength=120):
|
||||
size_of_sides = random.randint(3, maxSides)
|
||||
sides = []
|
||||
for x in range(size_of_sides):
|
||||
|
||||
Reference in New Issue
Block a user