If you want to split a string into sub-strings using a pattern as a delimiter, then the split() function is the one you need. import re split = ...
確定! 回上一頁