My code currently solves some sudoku puzzles. However, it doesn\'t work on others.
def possible(x,y,n, matris): for i in range(0, 9): if matris[x][i] ==