Python基础学习-16:集合的一些使用技巧

技巧一:
语法:for a ,b in zip(list1,list2):
技巧二:
语法:list = [item for item in iterable]
字典的使用例子: