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