len(list(filter(lambda x: x in 'qweasdazxc', ['asd', 'qwe', 'zxc'])))
