Running this code
a =', my city is changing . The country is changing . '
b =', my city is changing . The country is changing . '
print(a == b)
gets me a False
.
An editor highlights the difference. Click here to reproduce.
How do I get the difference programmatically with Python?