第26116题 单选
下列哪个选项可以将字符串"hello"转换为列表['h', 'e', 'l', 'l', 'o']?
A

list("hello")

B

"hello".split()

C

"hello".to_list()

D

["hello"]

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析