可单独验证的那一步 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。def get_average(total, count): return total // count print(get_average(240, 3))
全部评论