xElMerYx t1_iry1935 wrote
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
[deleted] t1_iry2u2h wrote
[removed]
Viewing a single comment thread. View all comments