Python Numpy program output: Process finished with exit code -1073741819 (0xC0000005)

0

I have installed numpy and write code but nothing get output. What should i do?

import numpy as np
arr = np.array([1, 2 ,3 ,4 ,5])
print(arr)
python
numpy
asked on Stack Overflow May 29, 2020 by komal kashyap • edited May 29, 2020 by ggorlen

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0