03 2026 档案

摘要: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)