bitprj / curriculum

Democratizing Technical Education 🐮
https://bitproject.org/curriculum
MIT License
57 stars 19 forks source link

Module4_Labs - Lab6_Sudoku_Solver Card 621: hasMoves() isn't a defined function in the code #332

Closed JeffTheAggie closed 4 years ago

JeffTheAggie commented 4 years ago

As I was testing the Sudoku Solver code, I was checking to make sure that the def complete() function works, I got an error within the while loop in which the hasMoves() function isn't defined yet. That should be edited in this card.

sarahg500 commented 4 years ago

double check when resolving this, but I believe all you would need to do to fix this is tell the student to make sure that the hasMoves() function that they made before in the medium cards is defined above the complete() function.