Question: Write the function collatz(n). This takes as its input the start value of n and calculates the length of the Collatz sequence, starting with n.
Write the function collatz(n). This takes as its input the start value of n and calculates the length of the Collatz sequence, starting with n.
test:
>>> collatz(12)
result:
10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
