python3 remove newline from string code example Example: python removing \n from string line = line.strip('\n') line = line.strip('\t')