会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
viphhs
博客园
首页
新随笔
联系
订阅
管理
03 2026 档案
[学点编程]python workout,每天10分钟学会python 读书笔记
摘要:python workourt第一章 预备知识 enumberate scores = [75, 88, 92, 67, 95, 83, 79] index = 0 for score in scores: if score >85: print(score) print(index) index
阅读全文
posted @
2026-03-10 09:25
viphhs
阅读(20)
评论(0)
推荐(0)
公告