To convert string to list in Python, use the Python string split() method. The split() method splits the strings and store them in the list.
確定! 回上一頁