python_numpy_import.py:
x
 
import numpy
arr = numpy.array([1, 2, 3, 4, 5])
print(arr)