Checking sudoku solution (reading matrix from file) Python -
need make program reads matrix .txt file , checks if sudoku solved correctly. .txt file name inserted in command line. has return either true or false.
the sudoku checking part works, there trouble reading matrix file inserted in command line.
Comments
Post a Comment