I'm trying to make a wordle lookalike and I've watched a bunch of you tube tutorials to help me out but I keep getting errors - anyone mind checking the code?
It would have helped to post only the relevant blocks so we do not have to scan everything
As the error message is trying to tell you it is one of the remove list item blocks
Also to find an error more easily it helps to mention, when exactly the error occurs
RuntimeError. Irritants: (The operation remove list item cannot accept the arguments: , [0], [2]
Let me suggest you to use some naming conventions to identify lists more easily....
Variable indexes is a list... for example prefix all lists with the word list
Thank you!!! I changed it to get listIndexes and it worked perfectly :). Now I just need to figure out why all the letters are showing up yellow instead of gray when I enter a word.
Also, sorry for sending all those extra blocks, I’ll keep it more focused next time!