Jman4190

Results 3 comments of Jman4190

Yes I have 12 teams in the league with 4 divisions made up of 3 teams each. There are 2 conferences with 6 teams in each each. So two divisions...

I think I found where the issue is coming from. It doesn't look like `conferences` is generating as expected. The output is the same as `divisions` and when I look...

Ok I got conferences to work now by just setting `division_num=2` and the output is: ``` defaultdict(list, {0: ["Team One", 'Team Two', 'Team Three', 'Team Four', 'Team Five', 'Team Six'],...