I need to compare two strings that are almost the same. Then find the point at which they differ using python. Any help?
for example two strings a and b
A = 'oooooSooooooooooooooooooRoMooooooAooooooooooooooo'
B = 'oooooSooooooooooooooooooooMooooooAooooooooooooooo'
Thanks