mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
5 lines
115 B
Python
5 lines
115 B
Python
from mathgenerator import mathgen
|
|
|
|
for _ in range(100):
|
|
print(mathgen.genById(2, maxMulti=100, style='latex'))
|