首页题库练习题目详情
Python程序设计单选题中等

Python 中集合的哪些方法可以用于集合的运算?

Aadd(), remove(), update()
Bunion(), intersection(), difference()
Csort(), reverse(), pop()
Dindex(), count(), clear()