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. 

Reply via email to