To remove \n from a Python string, use either the strip() , replace() or re.sub() functions. Let's have a look at how to use each of these ...
確定! 回上一頁