0
点赞
收藏
分享

微信扫一扫

Python报错:NameError: name ‘Counter‘ is not defined

夏天的枫_ 2022-03-11 阅读 260

Python报错:NameError: name ‘Counter’ is not defined
在这里插入图片描述
解决办法:加入from collections import Counter即可

from collections import Counter
举报

相关推荐

0 条评论