This is a simulation of the classic Monty Hall Game show. It gives the user 1 of 3 doors to choose from for the prize. One of the remaining two doors is then opened and the user can stick with their original choice or swap to the other door. The question is, which is the best strategy ? This runs sequential games and the users chooses the strategy to swap or stick for all the tries.
Thank you to @dmaldens for the original project. I made some changes to allow for a different number of iterations. -- @DanG