read `CONDORCET.txt`: V:=10001: N:=10000: print(`Here is a simulation with`, V, `voters and `, N, `elections. The ratio of Condorcet scenarios happened to be (for this simulation)`): print(MCcon(V,N)); print(``): print(`------------------`): print(`This took`, time(), `seconds. `): print(``): quit: