Python Replace \ with
So I can’t seem to figure this out… I have a string say, "a\nb" and I want this to become "anb". I’ve tried all the following and none seem to work;
So I can’t seem to figure this out… I have a string say, "a\nb" and I want this to become "anb". I’ve tried all the following and none seem to work;
I have a little question here.