对于set集合中的intersection方法

se={11,22,33}

be={22,95}

ret=se.intersection(be)

print(ret)

posted @ 2017-02-18 21:02  关泉珍  阅读(64)  评论(0)    收藏  举报