gpt4 book ai didi

python - 如何找到Python内置函数?

转载 作者:太空宇宙 更新时间:2023-11-03 14:37:21 25 4
gpt4 key购买 nike

我浏览了 python 2x 和 3x 文档。它只提到以下内容 -

The Python interpreter has a number of functions and types built into it that are always available.

这些内置方法如何以及在哪里自由 float ?

最佳答案

Python 不是基于面向对象的,它也可以是函数式的。但是,如果您想查找函数及其方法,您可以在解释器中键入

>>>dir(__builtins__)

这会获取目录中内置函数和变量的列表,您也可以通过键入

来解决此问题
>>>help('module')

>>help(function-name)

关于python - 如何找到Python内置函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46836962/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com