这是一个创建于 2372 天前的主题,其中的信息可能已经有所发展或是发生改变。
RT,每次用一个新的 python 库就好烦好烦,请问有类似于 linux 上 man 的功能吗?
3 条回复 • 2018-08-27 09:47:43 +08:00
![smg](https://cdn.v2ex.com/avatar/174f/a28f/27702_normal.png?m=1376618462) |
|
1
smg 2018-08-17 16:37:25 +08:00 via Android
from math import *
print(help("math.pow"))
|
![Qzier](https://cdn.v2ex.com/avatar/fb0b/32ae/233333_normal.png?m=1596528804) |
|
2
Qzier 2018-08-25 21:28:40 +08:00 via iPhone
请学会查文档
|
![matrix273](https://cdn.v2ex.com/gravatar/4a527b83650c7d6a748ca47c1b7820d1?s=48&d=retro) |
|
3
matrix273 2018-08-27 09:47:43 +08:00 via Android
help () Google
|