In Python list comprehension is it possible to access the item index? December 8, 2022 by Tarik list2 = [x for ind, x in enumerate(list1) if 4 > ind > 0]