摘要: import jiebaprint("2020310143123") txt = open("D:\Users\Desktop\西游记.txt", "r", encoding='utf-8').read() words = jieba.lcut(txt) counts = {} for word i 阅读全文
posted @ 2021-11-14 11:39 Qian12 阅读(29) 评论(0) 推荐(0)
摘要: 单打: from random import randomdef printIntro(): print("2020310143123") def getInputs(): a = eval(input("请输入队伍A的能力值(0-1): ")) b = eval(input("请输入队伍B的能力值 阅读全文
posted @ 2021-11-14 11:16 Qian12 阅读(45) 评论(0) 推荐(0)