第11415题 单选题
使用jieba.lcut()分词的Python代码输出结果是什么

小华正在编写程序,使用jieba模块的lcut()函数对用户输入的中文评论进行分词,代码如下:

import jieba
text = "这个手机真的很好用"
words = jieba.lcut(text)
print(words)

请问这段代码的输出结果是什么?

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析