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