If you need to remove line breaks from text with Python you can use next string method: replace(old, new [, count]). Return a copy of the string with all ...
確定! 回上一頁