print(help(函数名))
例
import numpy
print(help(numpy.array))
```会打印函数的简介和用法参数设置等

