Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "phase1.py", line 1, in <module>
  3. import numpy as np
  4. File "/home/rockstar/phase1.py", line 2, in <module>
  5. a= np.array([1,2,3])
  6. AttributeError: 'module' object has no attribute 'array'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement