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

PHP DOM loadHTML() method unusual warning -

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

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