python 内置函数

print(dir(__builtins__)) #查询所有内置函数
print(help(float)) #对单个函数进行例子说明
posted @ 2020-08-13 15:33  KK-KING  阅读(77)  评论(0编辑  收藏  举报