For a program I need to put values of a file in a list.
What happens is that there are words like Real-Madrid , real madrid, madrid, etc ... that since they are all the same should appear only once, but when comparing it in python, a == b
, gives me that they are different because they are written differently.
I do not know if you know in any way so I can detect that they should be the same.