.内置函数一, 文档说明原始文档来自于python v2.7.2中文译文和用法尚不完全,您可以自由修改和完善,您可以在文档结尾鸣谢添上您的名字,我们将会感谢您做的贡献!二,函数列表1,取绝对值 abs(x)Return the absolute value of a number. The argument may be a plain or long integer or a floating point number. If the argument is a complex number, its magnitude is returned.如果你不知道绝对值什么意思,那就要补一下小学数学了!基本用法2,all(iterable) Return True if all elements of the iterable are true (or if the iterable is empty). Equivalent to:3. any(iterable) Return True if an