I want to use python re.split() to split a string into individual words by spaces, commas and periods. But I don't want "1200" to be split into ["1", ...
確定! 回上一頁