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