字符串转列表

 

 

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

 

posted @   Operater  阅读(584)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示