I am looking to make an autofill function for a sudoku game in python. I want to make a function that fills empty squares in with values. If there is only one possible answer by analysis of the row and column and 3x3 box that it is in. Any suggestions and how to do this?