The outline: Write a function named collatz() that has one parameter named number. If the number is even, then collatz() should print number // 2 and return this value. If t