摘要: ‪‬‪‬‪‬‪‬‪‬‮‬‫‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‮‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‭‬‪‬‪‬‪‬‪‬‪‬‮‬‭‬‫‬‪‬‪‬‪‬‪‬‪‬‮‬‪‬‫‬‪‬‪‬‪‬‪‬‪‬‮‬‫‬‪‬ 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)
摘要: 第三题 money_all=56.75+72.91+88.50+26.37+68.51money_all_str=str(money_all)print("商品总金额为:"+money_all_str)money_real=int(money_all)money_real_str=str(money 阅读全文
posted @ 2021-09-15 00:19 -tsir- 阅读(90) 评论(0) 推荐(0)
摘要: “人生苦短,我用python。”在初识了Python和Python语言基础、实战编码了基本程序后,我体悟到Python语言是一门解释型语言,操作简单开发速度快,节省时间并且容易学习,也感觉Python能解决生活中很多实际问题。我很期待接下来的学习,希望我能继续对编程保持好奇与热爱,坚持多打代码,提高 阅读全文
posted @ 2021-09-06 21:32 -tsir- 阅读(93) 评论(0) 推荐(0)
摘要: print(" * * * * *\n * * \n* @ @ *\n* *\n* @ *\n* *\n * *\n * *\n * * * * *") -学号-:2020310143006 -日期-:2021年9月6日 阅读全文
posted @ 2021-09-06 21:19 -tsir- 阅读(132) 评论(0) 推荐(0)