the longest string length is 7 and the shortest string length is 3.
when using the split () function, you cannot handle things such as: "oops, that is, the string may have two spaces, and you want to use the second space as the delimiter. What can you do when you use the split () function to get the result of" oops.
instead of the desired "oops."?
Update:
most of the strings are as follows (each line represents a string):
9 O
at O
Line O
"O
stomach B-SUR
Cancer I-SUR
Root I-SUR
, you can get ["9jue"], ["Yu", O"], ["I","O"]
but encounter this kind of string and get ["O"]. [","O"]
w = ["9djingho"], there is a reference to w [1], if w = [" O"], the reference to w [1] will report an error.