how to delete new line in in a string in python code example Example: python removing \n from string line = line.strip('\n') line = line.strip('\t')