Learn Recursion by Solving the Tower of Hanoi Puzzle - Step 52

The instructions are:

Step 52

Now, delete the rods dictionary and turn its keys into the variables A, B, and C, respectively, keeping their values. Refactor your code to reflect these changes. If you see the output on the terminal, you correctly did this step.

I have done what was asked and passed, but there is nothing on the terminal:


Please advise

It’s probably related to the platform, not to your code. I’ve seen this happen sometimes.

Thank you - by ‘platform’ do you mean freeCodeCamp?
When I submitted and moved to the next step, there was data showing in the terminal

Yes, honestly I have no idea of what happens but sometimes the code is not printed. In general, reloading the page works.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.