write a function interest() that takes one input, a floating-point interest rate (e.g., 0.06, which corresponds to a 6% interest
rate). your function should compute and return how long (in years) it will take for an investment to double in value. note: the number of years it takes for an investment to double does not depend on the value of the initial investment.