print(dir(__builtins__)) #查询所有内置函数print(help(float)) #对单个函数进行例子说明
python 内置函数
原文:https://www.cnblogs.com/louisadd/p/13496725.html