Advertisement
here2share

# list_matching.py

May 15th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. # list_matching.py
  2.  
  3. a = {3,4,5,9,6,2}
  4. print list({1,9,2,0,7,8} & a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement