会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zwhs
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2025年5月25日
python p301
摘要: 8.1:import random def ping_pong_match(): player1_score = 0 player2_score = 0 while True: # 随机决定得分方 winner = random.choice([1, 2]) if winner == 1: play
阅读全文
posted @ 2025-05-25 18:45 千树(好困版)
阅读(63)
评论(0)
推荐(0)
2025年5月18日
5.18 python作业
摘要:   
阅读(16)
评论(0)
推荐(0)
2025年4月20日
python page196
摘要:   
阅读(30)
评论(0)
推荐(0)
2025年4月2日
python page160 作业
摘要:   
阅读(27)
评论(0)
推荐(0)
圆周率
摘要: from tqdm import tqdm def calculate_pi(iterations): pi = 0 sign = 1 denominator = 1 for i in tqdm(range(iterations), desc="Calculating Pi"): pi += sig
阅读全文
posted @ 2025-04-02 11:42 千树(好困版)
阅读(71)
评论(0)
推荐(0)
2025年3月30日
3.30 python作业
摘要:   
阅读(9)
评论(0)
推荐(0)
2025年3月23日
python page124 作业
摘要:   
阅读(45)
评论(0)
推荐(0)
2025年3月16日
python 温度
摘要:   
阅读(18)
评论(0)
推荐(0)
python page78 课后作业
摘要:   
阅读(14)
评论(0)
推荐(0)
2025年3月8日
1.1-1.8
摘要:   
阅读(25)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告