Code works fine except...
John Yeung
gallium.arsenide at gmail.com
Sun May 3 23:32:02 EDT 2009
On May 3, 10:36 pm, Ross <ross.j... at gmail.com> wrote:
> def round_robin(players, rounds):
[snip]
>
> def test_round_robin(players, rounds, courts, doubles = False):
> players = range(players)
> for week in round_robin(players,rounds,courts):
[snip]
First things first: I take it the call to round_robin is only
supposed to take two parameters? Or do you have a version that takes
3?
John
More information about the Python-list
mailing list