摘要:
open .bash_profile //打开路径配置文件 将anaconda自动配置的部分注释掉 ## >>> conda init >>>## !! Contents within this block are managed by 'conda init' !!#__conda_setup=" 阅读全文
摘要:
利用到了python中字典的collections.Counter()函数 collections中函数Counter的使用和用法: counter工具用于支持便捷和快速地计数, from collections import Counter cnt = Counter() for word in 阅读全文