@@ -0,0 +1,12 @@
# First test to run mathgenerator
# 19 Oct 2020
from mathgenerator import mathgen
problem, solution = mathgen.addition()
print(problem)
print(solution)
problem, solution = mathgen.binarytohex()
The note is not visible to the blocked user.