Posts by Darth Gaino • 1 point
1 post
-
-1
votes1
answer254
viewsQ: Multi-entry loop for list - Python
I have a list of several tuples inside, and within tuples various elements. I need to scan all tuples on the list to capture an element that is inside each of these tuples. How can I do this? The…