首页
在线工具
在线参考
资源下载
首页
Python 3 教程
Python3.6 教程
Python3.6 基础语法
Python3.6 基本数据类型
Python3.6 解释器
Python3.6 注释
Python3.6 运算符
Python3.6 数字(Number)
Python3.6 字符串
Python3.6 列表
Python3.6 元组
Python3.6 字典
Python3.6 编程第一步
Python3.6 条件控制
Python3.6 循环语句
Python3.6 迭代器与生成器
Python3.6 函数
Python3.6 数据结构
Python3.6 模块
Python3.6 输入和输出
Python3.6 File
Python3.6 OS
Python3.6 错误和异常
Python3.6 面向对象
Python3.6 标准库概览
Python3.6 实例
Python3.6 正则表达式
Python3.6 CGI编程
Python3.6 MySQL
Python3.6 网络编程
Python3.6 SMTP发送邮件
Python3.6 多线程
Python3.6 XML解析
Python3.6 JSON
Python3.6 日期和时间
Python3.6 内置函数
Python3.6 range() 函数用法
Python3.6 字典 popitem() 方法
Python3.6 ascii() 函数
Python3.6 内置函数
注意:
有些函数与 Python2.x 变化不大,会直接跳转到 Python2.x 教程下的内置函数说明,大家要注意下哈。
内置函数
abs()
dict()
help()
min()
setattr()
all()
dir()
hex()
next()
slice()
any()
divmod()
id()
object()
sorted()
ascii()
enumerate()
input()
oct()
staticmethod()
bin()
eval()
int()
open()
str()
bool()
exec()
isinstance()
ord()
sum()
bytearray()
filter()
issubclass()
pow()
super()
bytes()
float()
iter()
print()
tuple()
callable()
format()
len()
property()
type()
chr()
frozenset()
list()
range()
vars()
classmethod()
getattr()
locals()
repr()
zip()
compile()
globals()
map()
reversed()
__import__()
complex()
hasattr()
max()
round()
delattr()
hash()
memoryview()
set()
Python3.6 字典 popitem() 方法
Python3.6 ascii() 函数
Advertisement