mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
5 lines
118 B
Python
5 lines
118 B
Python
from mathgenerator import mathgen
|
|
|
|
for _ in range(100):
|
|
print(mathgen.multiply_int_to_22_matrix(maxMatrixVal=12))
|