Remove all the newlines('\n'), tabs('\t') code example Example: python string remove whitespace and newlines ' '.join(myString.split())