How to remove "\n" in a string?

rainlet orrego at mail2000.com.tw
Thu Sep 20 06:15:33 EDT 2001


I tried : 

s = ".............."
s.replace ( "\n", "" )

But it doesn't seem to work.



More information about the Python-list mailing list