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