Your desire not really makes sense. Preceding the string with r requests a raw string, so r"n" is the two letters and n, not a newline. Use plain "n" when you want that the escape sequences is interpreted. "n"[0] is than that newline char.
- Convert string to char greenfork
- Re: Convert string to char Stefan_Salewski
- Re: Convert string to char greenfork
- Re: Convert string to char Araq
- Re: Convert string to char cdome
- Re: Convert string to char mashingan
- Re: Convert string to char juancarlospaco
