Subversion Repositories Remote Hare Voting

Rev

Rev 22 | Rev 39 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 24
Line 15... Line 15...
15
## losers: list of candidates that have been eliminated from the running
15
## losers: list of candidates that have been eliminated from the running
16
##
16
##
17
## Note that plurals are generally used to indicate lists of other
17
## Note that plurals are generally used to indicate lists of other
18
## items, e.g., ballots is a list of ballot items.
18
## items, e.g., ballots is a list of ballot items.
19
##
19
##
-
 
20
## To download the complete source distribution, use Subversion:
-
 
21
##
-
 
22
##	% svn co http://www.bikmort.com/hare
-
 
23
##
20
 
24
 
21
import sys
25
import sys
22
import math 
26
import math 
23
import random
27
import random
24
 
28