There are 80 built-in functions
Official website https://docs.python.org/2/library/functions.html
Query function Description of built-in functions with help (built-in function name)
The Python interpreter has a number of functions built to it that is always available. They is listed here in alphabetical order.
| |
built-in |
| Functions
|
| ABS () |
Divmod () |
Input () |
Open () |
Staticmethod () |
| All () |
Enumerate () |
Int () |
Ord () |
STR () |
| any () |
eval () |
isinstance () |
pow () |
sum () |
| basestring () |
execfile () |
issubclass () |
print () |
super () |
| Bin () |
File () |
ITER () |
Property () |
Tuple () |
| BOOL () |
Filter () |
Len () |
Range () |
Type () |
| bytearray () |
float () |
list () |
raw_input () |
UNICHR () |
| Callable () |
Format () |
Locals () |
Reduce () |
Unicode () |
| Chr () |
Frozenset () |
Long () |
Reload () |
VARs () |
| Classmethod () |
GetAttr () |
Map () |
Repr () |
Xrange () |
| CMP () |
Globals () |
Max () |
Reversed () |
Zip () |
| Compile () |
Hasattr () |
Memoryview () |
Round () |
__import__ () |
| Complex () |
Hash () |
Min () |
Set () |
Apply () |
| Delattr () |
Help () |
Next () |
SetAttr () |
Buffer () |
| Dict () |
Hex () |
Object () |
Slice () |
Coerce () |
| Dir () |
ID () |
Oct () |
Sorted () |
Intern () |
Python built-in functions summary