I'm using python 2.7 and want to find list in list of lists whose length is equal to certain value
EX: [['abc,'orange,'NYC'],['def','apple','NYC','USA'],['xyz','california'],['qwe','mango','USA']......]]
Outcome : List not equal to length 3
['def','apple','NYC','USA'],['xyz','california']