This is the code:-
import sys def read_file(textfile): f=open(textfile,\'r\') next(f) i=0 j=0 matrix=[[0 for x in range(9)] for y in rang