I am working through generating a league schedule and I’m stuck on the part where, for any given week, a team should only play once. So far I have made sure that the correct number of games are played, and that each team plays their conference rivals 4 times, and their cross-conference opponents 2 times. This is the code I