Znajdź pierwsze wystąpienie pozycji na liście w Python
next(obj for obj in objs if obj.val == 5)
Anies
next(obj for obj in objs if obj.val == 5)