Last answered:

17 Jul 2023

Posted on:

14 Jul 2023

0

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.
Posted on:

15 Jul 2023

1

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!

Posted on:

17 Jul 2023

0

Thank you very much

Submit an answer