When splitting a comma-separated string into a list in Python, if there are no spaces in between, just split() will work.
確定! 回上一頁