Combining multiple sequences into 1 object
What is the correct way to iterate through several sequences/list etc., and combine them respectively in an object. For example, I have a list of teams, and two different lists of stats. I would like to combine the two list of stats with the respective team in the list of teams and that to a class. Hope this makes since. Thanks in advance.