Example 1: remove n from string python a_string = a_string.rstrip("\n") Example 2: python replace newline without_line_breaks = a_string.replace("\n", ...
確定! 回上一頁