Question: I need help with question 1.2 num_successes Data Science, Python Jupyter Notebook I was thinking something like... prisoner_table = np.append(prisoner_table, (prisoner == p)) or prisoner_table
I need help with question 1.2 num_successes
Data Science, Python Jupyter Notebook


I was thinking something like... prisoner_table = np.append(prisoner_table, (prisoner == p))
or
prisoner_table = prisoner_table.with_column('found', prisoner_table.where(prisoner.contains(p)) num_succeses = np.count_nonzero(prisoner_table.column('found')
In [45]: def open_random_drawers(p, d): draw [] while(1 d): np. random . randint(0,p) in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
