概述
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
English 中文
eval 执行表达式
( (
) )
; ;
' ‘
' ’
: :
for 对于
is 是
in 在
import 导入
lambda 匿名函数
nonlocal 非局部变量
global 全局变量
del 删除
assert 断言
if 如果
elif 或者为
else 或者
while 循环
and 且
or 或
not 非
!= 不等于
== 等于
= <
return 返回
class 类
break 跳出
continue 继续
str 字串
list 列表
dict 字典
tuple 元组
def 函数
from 从
as 作为
try 尝试
except 除开
finally 最终
raise 抛出异常
pass 占位
yield 退让
with 关于
True 真
False 假
None 虚
self 自身
exec 执行
raw_input 字串输入
input 标准输入
print 标准输出
abs 绝对值
divmod 模商
open 打开
staticmethod 静态方法
all 所有
enumerate 枚举容器
ord 取ASCII码
any 任意
dir 展开
help 帮助
len 取长度
bool 布尔型
type 获取类型
isinstance 比较类型
pow 次方运算
sum 求和运算
basestring 超类字串
execfile 执行文件
issubclass 鉴定类关系
super 调用父类
bin 转二进制
file 文件打开
open 打开文件
iter 迭代生成
property 属性设置
filter 序列过滤
range 序列生成
property 属性设置
filter 过滤序列
range 列表创建
bytearray 新字节数组
float 浮点数
unichr 取Unicode码
format 格式化字串
callable 对象调用检查
###目前的关键字中英对照###
最后
以上就是忧郁哈密瓜为你收集整理的pythoninterpreter_【Python】中文Python解释器,Zh-PythonInterpreter(c++实现)的全部内容,希望文章能够帮你解决pythoninterpreter_【Python】中文Python解释器,Zh-PythonInterpreter(c++实现)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复