摘要:
numpy、scipy、pandas、matplotlib的读书报告 一、 数组要比列表效率高很多 num 阅读全文
posted @ 2021-11-14 11:44
-tsir-
阅读(75)
评论(0)
推荐(0)
摘要:
采用排球比赛规则 from random import randomdef printIntro(): print("36号程序员的程序模拟两个选手A和B的排球比赛") print("程序需要A和B的能力值(以0到1之间的小数表示)")def getInputs(): a=eval(input("请 阅读全文
posted @ 2021-11-14 11:40
-tsir-
阅读(85)
评论(0)
推荐(0)
摘要:
import jiebatxt=open('D:/红楼梦/红楼梦.txt',"r",encoding='utf-8').read()excludes = {"什么","一个","我们","你们","如今","说道","知道","姑娘",\ "起来","这里","出来","众人","那里" 阅读全文
posted @ 2021-11-14 11:37
-tsir-
阅读(98)
评论(0)
推荐(0)