Note: Question #6 has you code a function to determine the Collatz sequence given some number n. The key has collatz taking in no parameters, which is incorrect. Your solution should take in a number n and use it similar to the way the key does.