Thursday, 19 September 2013

Comparing two strings in python

Comparing two strings in python

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

No comments:

Post a Comment