import numpy as np t1 = np.loadtxt("matrix1.csv",delimiter=',',dtype=int) t2 = np.loadtxt("matrix2.csv",delimiter=',',dtype=int) print(t1+t2)