mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
7 lines
116 B
Python
7 lines
116 B
Python
from mathgenerator import mathgen
|
|
|
|
#test your generators here
|
|
|
|
print(mathgen.addition())
|
|
print(mathgen.genById(74))
|