Checking sudoku solution (reading matrix from file) Python

385 views Asked by At

Need to make a program that reads the matrix from a .txt file and checks if the sudoku is solved correctly. The .txt file name is inserted in the command line. Has to return either True or False.

The sudoku checking part works, but there is a trouble with reading matrix from a file that is inserted in the command line.

0

There are 0 answers