Posts by Pedro Mota • 1 point
1 post
-
-1
votes1
answer56
viewsQ: Python function prints the result but Return = None
I made a function to solve a sudoku game, the function is working correctly (the game is being solved), but the Return of my function is coming as 'None'. By placing a print on the function it…