for loop one line python remove new line from string code example Example: python remove new line lines = ("line 1 \r\n") lines.rstrip("\n\r")