如何将字符串(如'hello')转换为列表(如[h,e,l,l,o])?
'hello'
[h,e,l,l,o]
python string list
list ×1
python ×1
string ×1