My code is supposed to initialize an n*m matrix of all zeros in order to manipulate them individually
edits = [[0] * (len(str2) +1)] * (len(str1) + 1)