In [1]:
from xv.math.activity import ActivityManager
In [2]:
ke = ActivityManager()
ke
Out[2]:
In [3]:
ke.printProblemTypes()
In [4]:
ke.getRandomProblem(problem_type = 1)
Out[4]:
In [5]:
ke.printAnswer()
Out[5]:
In [6]:
ke.printSolution()
Out[6]:
In [ ]: