¡@

Home 

python Programming Glossary: listex

Python two lists finding index value

http://stackoverflow.com/questions/8115015/python-two-lists-finding-index-value

two lists finding index value listEx 'cat select Brown ' 'dog' 'turtle' 'apple' listEx2 'hampter'.. value listEx 'cat select Brown ' 'dog' 'turtle' 'apple' listEx2 'hampter' ' bird' 'monkey' 'banana' 'cat' for j in listEx2.. listEx2 'hampter' ' bird' 'monkey' 'banana' 'cat' for j in listEx2 for i in listEx if j in i print listEx.index j What I am trying..