Question: Python 3.6.1 Simulation . On average, how often will the combination heads-heads OR tails-tails appear during 2 coins flip? Write a program in Python to
Python 3.6.1
Simulation. On average, how often will the combination heads-heads OR tails-tails appear during 2 coins flip? Write a program in Python to simulate the number of combinations heads-heads OR tails-tails that appear using two fair coins. Your program should ask how many experiments you would like to simulate.

Example #1 1 Enter the number of experiments: 1000 21 Average number of heads-heads OR tails-tails: 49.92% Example #2 1 Enter the number of experiments: 100000 21 Average number of heads-heads OR tails-tails: 49.88%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
