🔧 fixed matrixMultiplication in makeReadme.py

This commit is contained in:
D-T-666
2020-10-19 18:46:17 +04:00
parent 4d09bc1781
commit 83d0eeb340
4 changed files with 88 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
.__init__ import *
from .__init__ import *
def meanMedianFunc(maxlen = 10):
randomlist = random.sample(range(1, 99), maxlen)

View File

@@ -1,4 +1,4 @@
.__init__ import *
from .__init__ import *
def sectorAreaFunc(maxRadius = 49,maxAngle = 359):
Radius = random.randint(1, maxRadius)