# First test to run mathgenerator # 19 Oct 2020 from mathgenerator import mathgen problem, solution = mathgen.addition() print(problem) print(solution) problem, solution = mathgen.binarytohex() print(problem) print(solution)