Python 中有多少基本类型的函数可用?
Python 为我们提供了两种基本类型的函数。
内置函数是 Python 语言的一部分。其中一些是print(),len和abs()等。
print()
len
abs()