(9)字符串與列表的轉換

 str-->list str->list a='hello world' list1=a.split() print(list1) list-->str  #.join()code
相關文章
相關標籤/搜索