走进Python世界(9)----函数
函数调用Python内置了很多有用的函数,我们可以直接调用。也可以在交互式命令行通过help(abs)查看abs函数的帮助信息。>>> help(abs)Help on built-in function abs in module builtins:abs(x, /) Return the absolute value of the argument.Python内置的常用函数还包括数据