import wordcloud c=wordcloud.WordCloud() c.generate("Python Java Python JavaScript Python Go Python Ruby Python Lua") c.to_file("outfile.png")
提示没有wordcloud这个包额
没有错呀!你的报的什么错?是不是没有安装这个模块wordcloud
在Python123上做的作业
说的是第一排就错了
这,怎么改