Roulette simulation: 10'000 players each betting 5'000 times (74% chance of having a negative return ) [OC] Submitted by nautilus_red t3_y1aw8v on October 11, 2022 at 2:44 PM in dataisbeautiful 119 comments 809
xElMerYx t1_iry1935 wrote on October 11, 2022 at 9:46 PM Reply to comment by nautilus_red in Roulette simulation: 10'000 players each betting 5'000 times (74% chance of having a negative return ) [OC] by nautilus_red You can embed blocks of code like this '''This code will print a lost containing numbers 1 through 10''' import numpy as np np_array = np.array([]) for i in range(1, 11) : np_array = np.append(np_array, i) print(np_array) ​ by using the option found here Permalink Parent 20 [deleted] t1_iry2u2h wrote on October 11, 2022 at 9:58 PM [removed] Permalink Parent 1
Viewing a single comment thread. View all comments