list_ints = list(range(15)) bool_list = list(map(lambda x: True if x != 0 else False, list_ints)) bool_list