import generate_problems as gp print("What is the result of the matrix vector product below?") p = gp.Problem() p.new_problem() p.show_answer()