# Homework 25, problem 2: build this math_helpers module. # # Define at least: # double(x) -- returns x * 2 # triple(x) -- returns x * 3 # Your functions go here: