Tower of Hanoi Project help

Welcome to the Get Help category!

This is where you can ask questions about your code. Some important things to remember when posting in this category :slight_smile:

  • Learn how to ask a good question and get a good answer!
  • Remember to include a link to the exercise you need help with!
  • If someone answers your question, please mark their response as a solution :white_check_mark:
  • Once you understand a new concept, come back and try to help someone else!

ok I found the problem on return on line 42, to be return [I]
but the game is kinda bugged it says invalid move try again, help anyone
Im stuck on this problem. Any help please?

Ok so I figured out why but although the game works, it say Invalid Move after each time and for some reason I doesn’t play. Help please

so I just updated the code, now it works but for some reason I still get Invalid code at the very end, any help would be great.

added
if user_input == choices[I]: to line 42

Im done with the project but for some reason I can’t actually solve it. it keep going Invalid Move at the end. Any help?

Oh I was just getting the solution wrong. It works fine now thanks

Glad you got it to work. I was just looking at your original code, and just got it working when I saw this post. Happy coding!

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