代码示例:(标识:python_numpy_create_array_0d)
python_numpy_create_array_0d.py
import numpy as np

arr = np.array(61)

print(arr)
运行结果: