- 博客(5)
- 收藏
- 关注
原创 【无标题】作业!
print(f"\n==================== {account_number} 最近{len(sorted_trans)}条交易记录 ====================")print(f"\n==================== 活跃账户列表(共{len(active_accounts)}个) ====================")账号:{account_number},存款金额:{amount:.2f}元,当前余额:{account['balance']:.2f}元"
2025-10-19 01:09:35
646
原创 Python
print(" id=", s["id"], ",总分=", calculate_total(s), sep="")print("id:", student["id"], " 成绩:", student["scores"])print(f"当前共有{subject_count}门科目(序号1-{subject_count})")print(f" 排名{rank}:id={sid},总分={total}")"""辅助函数:根据id查找学生,存在则返回学生字典,不存在返回None"""
2025-10-11 23:44:25
1491
原创 python 作业
提示:用 for 循环遍历,结合 if 判断( % 取余:能被4整除→ x%4==0 ,奇数→ x%2!# 的整数,用户每次输入猜测的数字,程序提示“太大了”“太小了”,直到猜对为止,最后统计用户猜了多少次。# 2.初始化count = 0(统计次数),while True无限循环,每次用户输入后count+1。- 接收用户输入的成绩(整数)、是否班干部(是/否)、迟到次数(整数)- 接收用户输入的月份(1-12)和日期(1-当月最大天数)
2025-09-20 23:08:19
1364
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅