Python basic functions 00 built-in function catalog

Built-in functions

The Python interpreter has many built-in functions and types that are always available. They are listed here in alphabetical order.

Built-in Functions Built-in Functions
Python basic function 01 (A ~ C)
abs() all()
any() ascii()
bin() bool()
breakpoint() bytearray()
bytes() callable()
chr() classmethod()
compile() complex()
Python basic function 02 (D ~ F)
delattr() dict()
to you() divmod ()
enumerate() eval()
exec() filter()
float() format()
frozenset()
Python basic function 03 (G ~ I)
getattr()
globals() hasattr ()
hash() help()
hex() id()
input() int()
isinstance() issubclass()
process () import()
Python basic functions 04 (L ~ O)
Only ()
list() locals()
map() max()
memoryview() min ()
next() object()
oct() open()
words()
Python basic function 05 (P ~ R)
pow()
print() property()
range() repr()
reversed() round()
Python basic functions 06 (S ~ Z)
set()
setattr() slice()
sorted() staticmethod()
str() sum()
super() tuple()
type() whose()
zip()
Published 36 original articles · praised 0 · visits 622

Guess you like

Origin blog.csdn.net/Corollary/article/details/105424936