# Homework 25, problem 2 -- solution main. import math_helpers as mh print(mh.double(7)) print(mh.triple(7)) print(mh.double(mh.triple(5)))