remove r and n from string python

Solutions on MaxInterview for remove r and n from string python by the best coders in the world

showing results for - "remove r and n from string python"
Elisa
26 Apr 2017
1stocks = [x.replace("\r\n","") for x in stocks]
2