0

enter image description here

enter image description here

I've tried but the error message keeps being:

"error the module 'numpy' has no attribute 'arrange'"

What is problem?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
  • 1
    The function you’re looking for is `arange()`, not `arrange()`. – Matthew P. Apr 29 '20 at 23:36
  • Welcome! Please [do not post code, errors and logs as images](https://meta.stackoverflow.com/questions/285551/why-not-upload-images-of-code-on-so-when-asking-a-question), but copy the relevant parts into the question instead, refer to [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask). – zsltg Apr 30 '20 at 05:42

1 Answers1

0

If you have or make a file name of 'numpy.py' in your directory. delete it. maybe it'll be helpful.