标签:set code gre pytho color int 集合 class bsp
setp = set(["Red", "Green"]) setq = setp.copy() print(setq) setp.clear() print(setq)
python 集合清空
原文地址:https://www.cnblogs.com/sea-stream/p/9949636.html