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

Popular posts from this blog

python - How to create jsonb index using GIN on SQLAlchemy? -

PHP DOM loadHTML() method unusual warning -

c# - TransactionScope not rolling back although no complete() is called -