Python学习笔记-集合 小明子 python自学 2020-09-19 14:44:00 1037 0 s=() s.add() (s) () s.update([]) (s) () s.remove() (s) () s.pop() (s) () s.clear() (s) ()