I vote with a random algorithm.
import numpy
numCandidatePerRoleList = *inputted list*
print([rand.randint(1,x) for x in numCandidatePerRoleList])
where numCandidatePerRoleList is a list of positive integers corresponding to the number of candidates in each political position being voted for
import numpy
numCandidatePerRoleList = *inputted list*
print([rand.randint(1,x) for x in numCandidatePerRoleList])
where numCandidatePerRoleList is a list of positive integers corresponding to the number of candidates in each political position being voted for
Comments