DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
find common elements in two lists python
list1 = [1,2,3,4,5,6] list2 = [3, 5, 7, 9] list(set(list1).intersection(list2))
PREVIOUS
NEXT
Tagged:
#find
#common
#elements
#lists
#python
ADD COMMENT
Topic
COMMENT
Name
7+8 =
Submit