Applies the use of classes and objects to build a Sudoku grid and to solve a Sudoku puzzle.
Uses Python3. Applies the use of classes and objects.
Copy and paste the code in main.py
to the text editor of your choice. In the terminal, use the command python3 main.py
to run the code.