会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
流浪猫i7
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2021年11月26日
第十二周作业
摘要: 方法二: 终端输入:chcp 65001 再输入: type+文件名
阅读全文
posted @ 2021-11-26 23:36 流浪猫i7
阅读(18)
评论(0)
推荐(0)
2021年11月14日
乒乓球比赛
摘要: import random as adef getput(): jia = eval(input('甲的胜率:')) yi = eval(input('乙的胜率:')) n = eval(input('比赛场次:')) return jia,yi,n def bishaileixing(): c=i
阅读全文
posted @ 2021-11-14 01:34 流浪猫i7
阅读(84)
评论(0)
推荐(0)
2021年11月13日
学号:2020310143020
摘要: import jiebac=open(r'C:\Users\李建宏\Desktop\《聊斋志异》白话简写版.txt')fenci=jieba.lcut(c.read())a=[] #列表中分词for word in fenci: if len(word) == 1: continue else: a
阅读全文
posted @ 2021-11-13 23:19 流浪猫i7
阅读(27)
评论(0)
推荐(0)
2021年9月13日
第二周读写笔记
摘要: 03: money = 56.75 + 72.91 + 88.50 + 26.37 + 68.51print("商品总金额为:" +str(money))print("实收金额为:" +str(int(money))) 04 python = 95 english = 92 c = 89 sub =
阅读全文
posted @ 2021-09-13 22:48 流浪猫i7
阅读(41)
评论(0)
推荐(0)
2021年9月4日
python学习心得与体会
摘要: python与C++非常类似,像int、float等都是C++里面常用的函数,python相对于C++而言,更加简便、美观、易学,但是python的格式要求过于严格,有点死板的感觉,不过老师在课堂上提到,python的强大之处在于他有庞大的第三库,社会上需要python的人才也非常多,因此,我会更加
阅读全文
posted @ 2021-09-04 20:35 流浪猫i7
阅读(424)
评论(0)
推荐(0)
石头怪
摘要: 3020 print(" * * * * *")print(" * *")print(" * @ @ *")print(" * *")print(" * @ *")print(" * *")print(" * *")print(" * * * *")
阅读全文
posted @ 2021-09-04 20:09 流浪猫i7
阅读(96)
评论(0)
推荐(0)
上一页
1
2
公告