Python学习笔记-集合

小明子 python自学 1037 0
s=()
s.add()
(s)
()
s.update([])
(s)
()
s.remove()
(s)
()
s.pop()
(s)
()
s.clear()
(s)
()


抱歉,评论功能暂时关闭!