Popular recipes tagged "toss"http://code.activestate.com/recipes/tags/toss/2014-03-31T18:51:15-07:00ActiveState Code RecipesPseudo-Random Experiment: Coin Toss (Python)
2014-03-31T18:51:15-07:00Fabian Mayerhttp://code.activestate.com/recipes/users/4189629/http://code.activestate.com/recipes/578859-pseudo-random-experiment-coin-toss/
<p style="color: grey">
Python
recipe 578859
by <a href="/recipes/users/4189629/">Fabian Mayer</a>
(<a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/random/">random</a>, <a href="/recipes/tags/toss/">toss</a>).
</p>
<p>This Python Script flips a coin a user defined number of times and returns the frequency and relative frequency for heads and tails.</p>