May-01-2018, 10:31 AM
Hi there,
I'm trying to call a very simple numpy function:
import numpy as np
a=np.array([1,2,3,4,5])
I saved this file as .py and run the file through my cmd. But I have no results after this line:
C:\Users\DSule\Desktop\python>np_test.py
What's the problem?
Regards,
J
I'm trying to call a very simple numpy function:
import numpy as np
a=np.array([1,2,3,4,5])
I saved this file as .py and run the file through my cmd. But I have no results after this line:
C:\Users\DSule\Desktop\python>np_test.py
What's the problem?
Regards,
J