保留字是Python语言中一些已经被赋予特定意义的单词。开发程序时,不可以把这些保留字作为变量、函数、类、模块和其他对象的名称来使用。Python语音中的保留字有:
and
as
assert
break
class
continue
def
del
elif
else
except
finally
for
from
False
global
if
import
in is
lambda
nonlocal
not
None
or
pass
raise
return
try
True
while
with
yield
(学习编程有难度怎么办,没有英语基础怎么学编程?可以先学习一下中文编程,学习其编程思路,然后再学习复杂的编程语言则事半功倍,而且很容易入门)
附:中文编程视频教程资料
资料来源:http://edu.51cto.com/course/14476.html
完整资料:http://edu.51cto.com/lecturer/13162026.html
【资料来源于网络:王西猛讲师的网络课堂】