mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Fix build issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.__init__ import *
|
from .__init__ import *
|
||||||
|
|
||||||
def meanMedianFunc(maxlen = 10):
|
def meanMedianFunc(maxlen = 10):
|
||||||
randomlist = random.sample(range(1, 99), maxlen)
|
randomlist = random.sample(range(1, 99), maxlen)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.__init__ import *
|
from .__init__ import *
|
||||||
|
|
||||||
def sectorAreaFunc(maxRadius = 49,maxAngle = 359):
|
def sectorAreaFunc(maxRadius = 49,maxAngle = 359):
|
||||||
Radius = random.randint(1, maxRadius)
|
Radius = random.randint(1, maxRadius)
|
||||||
|
|||||||
Reference in New Issue
Block a user