Doublelift  

2018年10月9日

摘要: #!-*- coding:utf-8 -*- # Author:Steve list_1 = (1,2,55 ) list_1 = set(list_1) list_2 = set([2,5,8]) print(list_1.intersection(list_2)) print(list_1 & 阅读全文
posted @ 2018-10-09 17:09 Doublelift 阅读(140) 评论(0) 推荐(0)