预测返回值参与计算 👁️ 2 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。def add(a, b): return a + b result = add(2, 3) print(result * 2)
全部评论