放出来让大家乐呵一下
# chinese_programming_test.py
绝对值 = abs
布尔 = bool
字符 = chr
字典 = dict
列举 = enumerate
浮点数 = float
格式化 = format
哈希 = hash
地址 = id
输入 = input
整数 = int
长度 = len
列表 = list
映射 = map
最大值 = max
最小值 = min
下一个 = next
打开 = open
幂 = pow
打印 = print
范围 = range
四舍五入 = round
集合 = set
排序 = sorted
字符串 = str
求和 = sum
元组 = tuple
类型 = type
链接 = zip