hpareek

Untitled

Jun 20th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1.     mnum_list = []
  2.     for i in mnumbers:
  3.          mnum_list.append(i[0])
  4.     print mnum_list
  5.     my_global_list = list()
  6.     global inter_list
  7.     inter_list.append(mnum_list)
  8.     print inter_list
  9.     print list(set.intersection(*map(set,inter_list)))
Add Comment
Please, Sign In to add comment