摘要: 输入为年度定存的钱,年利率按3%计算。 在线计算网站:https://www.json.cn/runcode/run_python3/ 在命令行参数中输入**年度定存的钱**。 代码 import sys year_saving=int(sys.argv[1]) sum = 0 for i in l 阅读全文
posted @ 2023-08-16 10:41 武平宁 阅读(45) 评论(0) 推荐(0)