Trying to output the length of collatz sequence eg input 5 outputs 6, input 7 outputs 17
Are there issues with my indentation?
def collatz(n): count =