实现输出函数 👁️ 2 人浏览 💬 0 人评论 ❤️ 添加收藏 实现 show_result(total),输出“总额: ”加上金额,调用 show_result(150)。用 print("总额:", total) 这种写法,逗号会自动补一个空格。
全部评论