On May 3, 10:36 pm, Ross <ross.j...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to