📜  单词python代码示例中的字母列表

📅  最后修改于: 2022-03-11 14:47:16.928000             🧑  作者: Mango

代码示例1
list("Word")

# Output :
['w','o','r','d']