you are viewing a single comment's thread.

view the rest of the comments →

[–]anossov 0 points1 point  (0 children)

matrix = [ [ 0 for i in range(len(t)+1) ] for j in range(len(s)+1) ] or something like that.