python關於列表與集合之間的轉換

**# ‘’‘列表與字符串的相互轉換’’’web str_new = 'hello world' str_to_list = list(str_new) print(list(str_new)) print(str_new.split()) print(’#############################’)svg list_new = ['hello','world','!']
相關文章
相關標籤/搜索