第12081题 单选题
使用Python的*args统计学生成绩总和,给定代码运行后的正确结果是什么?
def total_score(*scores):
    return sum(scores)
print(total_score(80, 90, 70))
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析