摘要: 24级数应一班第八次作业 阅读全文
posted @ 2025-05-28 21:30 芽芽0304 阅读(6) 评论(0) 推荐(0)
摘要: 24级数应一班第七次作业 阅读全文
posted @ 2025-05-28 21:30 芽芽0304 阅读(14) 评论(0) 推荐(0)
摘要: 24级数应一班第六次作业 阅读全文
posted @ 2025-05-28 21:30 芽芽0304 阅读(15) 评论(0) 推荐(0)
摘要: 24级数应一班第五次作业 阅读全文
posted @ 2025-05-28 21:29 芽芽0304 阅读(15) 评论(0) 推荐(0)
摘要: 24级数应一班第三次作业 阅读全文
posted @ 2025-05-28 21:29 芽芽0304 阅读(3) 评论(0) 推荐(0)
摘要: 2024010015翟俊杰 correct_username = "admin"correct_password = "123456"max_attempts = 3attempt = 0 # 记录尝试次数 while attempt < max_attempts: username = input 阅读全文
posted @ 2025-04-22 21:29 芽芽0304 阅读(18) 评论(0) 推荐(0)
摘要: 2024010026高文馨 colleges = {"计算机学院": 5, "经济管理学院": 3, "外国语学院": 4, "数统学院": 2, "医学院": 6} for college, num in sorted(colleges.items(), key=lambda x: x[1]): 阅读全文
posted @ 2025-04-05 15:43 芽芽0304 阅读(21) 评论(1) 推荐(0)