Tue May 20 22:31:55 2025 snakes_and_ladders_simulation_test(): python version: 3.10.12 numpy version: 1.26.4 Test snakes_and_ladders_simulation(). snakes_stats(): Simulate N = 1000 one-player games of Snakes and Ladders, report minimum, mean, and maximum game lengths. Do this M = 10 times. Batch Min Mean Max Std 0 7 37 161 23.1131 1 7 38 188 24.8247 2 7 37 192 24.6037 3 7 36 179 25.3485 4 7 35 149 23.1666 5 7 35 191 22.9182 6 7 36 161 22.3275 7 7 34 221 23.4641 8 7 36 168 23.5499 9 7 36 165 24.8391 snakes_histogram(): Simulate N one-player games of Snakes and Ladders. Use the simulation data to create histograms of the estimated PDF and CDF of the game length. Number of trials was n = 1000 Minimum number of steps was 7.0 Mean number of steps was 35.531 Maximum number of steps was 171.0 Standard deviation was 23.93209224033703 Graphics saved as "snakes_pdf.png" Graphics saved as "snakes_cdf.png" snakes_and_ladders_simulation_test(): Normal end of execution. Tue May 20 22:32:09 2025