请问python中怎么查看库里包含的函数

2024-11-16 17:53:58
推荐回答(1个)
回答1:

import math
print dir(math)你也可以查看math模块的源代码,里面的函数、变量什么的都能看到