"Arun Nair" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ''' Can anyone help me with this program it just takes probability of > the first team and runs the program doesnt takes the probability of the > second team even though specified''' > > from random import * > > def volleySimulation(): > printInstructions() > probA, probB, n = getInputs() > winA, winB = simGames(n, probA, probB) > printSummary(winA, winB) > > def printInstructions(): > print "This program stimulates a game of Volley Ball between two > teams i.e. Team A and Team B"
While I was "stimulated" by reading this post, I think you mean "simulates" here. :) -- Paul -- http://mail.python.org/mailman/listinfo/python-list