Closed JeffTheAggie closed 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.
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.