使用Python下help指令

1、在cmd中输入Python

2、import相应的包(如import numpy)

3、help(包.函数)如(numpy.tile)

4、回车键查看更多(阅读more的部分)

希望能帮到大家