kying18 / sudoku

Sudoku solver using backtracking
122 stars 74 forks source link

Updated print #1

Closed Nick16663 closed 3 years ago

Nick16663 commented 3 years ago

Simple change to the print so that you don't have to resize the terminal window for the rows and columns to line up properly.

PS: Thanks for making approachable python project tutorials. Currently switching gears from java to python and your videos have been a major help.

kying18 commented 3 years ago

Glad I could help! PS thanks for bringing this up. Someone actually just created another pull request using pprint which is a cleaner solution, so I am going to close this one, but thanks for contributing!