remove r and n from string python

49

remove r and n from string python -

stocks = [x.replace("\r\n","") for x in stocks]

Comments

Submit
0 Comments