Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 365 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 365 Bytes

takes for arguments from the command line: number of games to run, number of doors, whether or not to switch pick after reveal, and debug to spew data

to run one million games with three doors and not switching:

python app_sp.py 1000000 3 0 0

to run one million games with three doors and switch after revealing the goat:

python app_sp.py 1000000 3 1 0