I tried taking some data from the web:
Example:the name 'Schindler's list'
is printed as 'Schindler's List'
straight from the web... tried asking python to print 'Schindler\x27s list'
instead so that it would give me 'Schindler's list'
. But it didn't work.
What do I do?
P.S. This string is one of the many elements in a list and I did the same operation on many other strings in the list as well.