admac-hub / Lambda-Compare-List

compare two lists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda Compare List

compare two lists list_a = [2, 4, 6, 8, 10, 12,'as'] list_b = [2, 4, 6, 8, 9, 13,'e4']

in whitch list does that value exist

search

item = 12


Non-match elements: ['as',10,12,9,13,'e4']


item exist in list: A Item is stored in location: 5

About

compare two lists


Languages

Language:Python 100.0%