Get stuck trying to solve the sudoku problem.
Find an empty folder and open at that path
Git clone [git link]
Open and Use Sudoku.py as main file
Uncomment Blank grid, copy and paste to another line, then comment the original Blank grid again
Arrange the number from the problem that you are trying to solve Example: a problem like this is written back to grid = [ [5, 3, 0, 0, 7, 0, 0, 0, 0], [6, 0, 0, 1, 9, 5, 0, 0, 0], [0, 9, 8, 0, 0, 0, 0, 6, 0], [8, 0, 0, 0, 6, 0, 0, 0, 3], [4, 0, 0, 8, 0, 3, 0, 0, 1], [7, 0, 0, 0, 2, 0, 0, 0, 6], [0, 6, 0, 0, 0, 0, 2, 8, 0], [0, 0, 0, 4, 1, 9, 0, 0, 5], [0, 0, 0, 0, 8, 0, 0, 7, 9]]
right click and run program or python Sudoku.py or python3 Sudoku.py
Note: You need Python to have this work