sea-stream

 

#Union  
setx = set(["green", "blue"])  
sety = set(["blue", "yellow"])  
seta = setx | sety  
print(seta)

 

分类:

技术点:

相关文章: