another_list = list(range(20)) odd_lists = list(filter(lambda x: x%2==1, another_list)) odd_lists