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