Use the for Loop to Split a String Into Char Array in Python · 'Sample' lst = [] for i in word: lst.append(i) print(lst) ; Use the list() Function ...
確定! 回上一頁