We can convert a string to list in Python using split() function. Python String split() function syntax is: str.split(sep=None, maxsplit=-1) ...
確定! 回上一頁