(9)字符串与列表的转换

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