# 这个直接导入numpyimport numpy as np# 这个是从numpy中仅导入pifrom numpy import pi# 输出pi的值print(pi)
你是指用from...import....命令所实现的吗
不明白欢迎追问