Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mnum_list = []
- for i in mnumbers:
- mnum_list.append(i[0])
- print mnum_list
- my_global_list = list()
- global inter_list
- inter_list.append(mnum_list)
- print inter_list
- print list(set.intersection(*map(set,inter_list)))
Add Comment
Please, Sign In to add comment