mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
5 lines
89 B
Python
5 lines
89 B
Python
from mathgenerator import mathgen
|
|
|
|
for _ in range(1000):
|
|
print(mathgen.genById(111))
|