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

print(np.__version__)
运行结果: