monte-carlo-method Monte Carlo method verification program Usage Set initial value SET = 20 # How many sets to run ODDS = 2 # Winning odds (win rate) BET = 1000 # Bet amount per unit Running the Program python monte.py