2018 April 08 python python-内置函数 查看所有的内置函数dir(__builtins__)列出的不光有内置函数也有内置对象 内置函数比较多,需要仔细挨个查看如何使用. ** 查看内置函数的详细用法,可使用help()查看,例如help(print)