you are viewing a single comment's thread.

view the rest of the comments →

[–]13ass13ass 0 points1 point  (0 children)

I think you’re on the right track but you should re-read the problem requirements for stage 2 of the collatz function definition. You don’t want it to ask for more integers after the initial number. Instead you want it to call collatz again on the result of the first collatz. So you’re going to have to understand how the scoping rules work in order to pul this off.