字符串转列表

 

 

a=list('abcde')
print(a)
# ['a', 'b', 'c', 'd', 'e']

 

posted @ 2018-11-01 15:53  Operater  阅读(593)  评论(0)    收藏  举报