Home > other >  Python consult bosses
Python consult bosses

Time:09-19

There is no too read back what

CodePudding user response:

Linesplit function the punctuation in the front part of the line are replaced by unified newline \ n, draw the line of this line with \ n split into list
Split only in a certain symbols to split a string, so put all the different punctuation unified with \ n, you can also replace \ n with other symbols

CodePudding user response:

Returns a list of dividing the string into a list with \ n as the separator
  • Related