基础班V2-ZM
153人加入学习
Python编程基础

Python编程基础课程

价格 ¥ 109.00
dic_word='When I wrote the following pages, or rather the bulk of them,\
 I lived alone, in the woods, woods woods a mile from any neighbor, in a house which'
dic_word=dic_word.lower()
words= dic_word.split()

word_freg={} #构建一个空字典,用于后续记录个单词的频次
for word in words:
    if word in word_freg.keys():
        word_freg[word]+=1
    else:
        word_freg[word]=1
[展开全文]

授课教师

数据挖掘与人工智能金牌讲师

课程特色

视频(41)
下载资料(1)

学员动态

侯佳均 加入学习
周敬人 加入学习
邱宇 加入学习