摘要:
word_count = {} with open("./Beginner Guide to Python.txt") as fin: for line in fin: line = line[:-1] words = line.split() for word in words: if word 阅读全文
posted @ 2021-06-03 11:00
三道_python
阅读(145)
评论(0)
推荐(0)