0
How could be possible to this: NameError: name'np' is not defined??? Please, explain me :)
6 Respostas
+ 3
what is "np"? maybe an object from a class? you must to define it
+ 3
You need to write "import numpy as np" again in the new code. Then it will work.
+ 2
Try to set random to 100 and the same for loop
+ 1
np means Numpy
I have first code this. He is working...but second - no.
Many thanks 😊
https://code.sololearn.com/cOdfq9XpcmE1/?ref=app
+ 1
many thanks 😊
0
I'm trying...but-no😔😔😔 Where is my mistake??
Thanks😊
https://code.sololearn.com/ck0cWX8maHaM/?ref=app