python_numpy_create_array_0d.py:
x
 
import numpy as np
arr = np.array(61)
print(arr)