第11610题 单选题
已知班级A和B的体育报名项目集合,统计两个班级的不同报名项目总数量,应使用哪种Python集合操作方法?

学校运动会中,班级A报名的项目集合为:

sports_A = {"田径", "游泳", "篮球"}

班级B报名的项目集合为:

sports_B = {"游泳", "足球", "羽毛球"}
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析