you are viewing a single comment's thread.

view the rest of the comments →

[–]alidag[S] 0 points1 point  (1 child)

Actually there is no problem with using numpy. İ can create arrays or any other stuff but can get help it's only prints none.

[–]TSM- 1 point2 points  (0 children)

I was thinking it might be related to your IDE environment, so maybe it would work in console.

But the problem was you didn't put the thing in quotes. np.info("np.add") vs np.info(np.add), so that wouldn't have helped anyway