Compute the Levenshtein distance between two strings.
seq1 (str) – First string.
str
seq2 (str) – Second string.
int