Suppose I have
lyst = [obj1, obj2, obj3]
Is there a way to call lyst some way by only using one of the objects in the list (like obj1)?
Suppose I have
lyst = [obj1, obj2, obj3]
Is there a way to call lyst some way by only using one of the objects in the list (like obj1)?