Scott Hamilton

Results 2 comments of Scott Hamilton

This is your example. You have a list of lists instead of a list of single match objects. ```python3 match_stats = [ [Match([ {Player(6667): GaussianRating(25.0, 8.333)}, {Player(4991): GaussianRating(25.0, 8.333)} ],...

Yes. It's 2 lists that get matched up by order. Lowest number wins. Remember you can have more than 2 teams.