Sun Nov 13 09:00:40 2022 craps_simulation_test(): Python version: 3.6.9 craps_simulation() simulates a game of craps. craps_game_test(): craps_game() simulates a game of craps. Player starts with bankroll of 1000.0 The player bet $ 500.0 The first roll had the value 11 There were a total of 1 rolls 1 The players result was 500.0 The players bankroll is now 1500.0 The player bet $ 750.0 The first roll had the value 5 There were a total of 9 rolls 9 The players result was 750.0 The players bankroll is now 2250.0 The player bet $ 1125.0 The first roll had the value 8 There were a total of 3 rolls 3 The players result was 1125.0 The players bankroll is now 3375.0 The player bet $ 1687.5 The first roll had the value 7 There were a total of 1 rolls 1 The players result was 1687.5 The players bankroll is now 5062.5 The player bet $ 2531.25 The first roll had the value 9 There were a total of 3 rolls 3 The players result was 2531.25 The players bankroll is now 7593.75 The player bet $ 3796.875 The first roll had the value 6 There were a total of 5 rolls 5 The players result was -3796.875 The players bankroll is now 3796.875 The player bet $ 1898.4375 The first roll had the value 6 There were a total of 17 rolls 17 The players result was 1898.4375 The players bankroll is now 5695.3125 The player bet $ 2847.65625 The first roll had the value 6 There were a total of 3 rolls 3 The players result was 2847.65625 The players bankroll is now 8542.96875 The player bet $ 4271.484375 The first roll had the value 4 There were a total of 5 rolls 5 The players result was -4271.484375 The players bankroll is now 4271.484375 The player bet $ 2135.7421875 The first roll had the value 9 There were a total of 11 rolls 11 The players result was -2135.7421875 The players bankroll is now 2135.7421875 craps_stats_test(): craps_stats() reports statistics for N instances of a craps game. N Win/N Rolls/N 1 0.0000 1.0000 10 0.7000 4.0000 100 0.4900 5.8800 1000 0.5010 5.8680 10000 0.4879 5.6476 craps_simulation_test() Normal end of execution. Sun Nov 13 09:00:41 2022