Dice probability problem

Alexander Schmolck a.schmolck at gmail.com
Tue Apr 4 06:39:47 EDT 2006


Alexander Schmolck <a.schmolck at gmail.com> writes:

>     addDice(resultFor1, pool[1])
>     addDice(pool[0], pool[1])


sorry should have spelled out that successive lines are meant to be
equivalent, i.e.

     addDice(resultFor1, pool[1])
==   addDice(pool[0], pool[1])

'as



More information about the Python-list mailing list