Please, need help with this to know why it is not runing.
Everythign seems to be right but I am getting an error
2 answers ( 0 marked as helpful)
Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Hey Ferdinand:
Looks like you have a closing bracket misplaced. Try moving the second right bracket following walk_steps to the end of the line, like so:
plt.plot(x,rand_walk(walk_steps),label = 'Plot Number' + ' ' + str(lab_list[i]))
Cheers!
Thank you very much