1. 程式人生 > >Python保留字與標識符Python保留字有哪些

Python保留字與標識符Python保留字有哪些

怎麽 class 意義 tro fin 單詞 urn false sse

保留字是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

【資料來源於網絡:王西猛講師的網絡課堂】

Python保留字與標識符Python保留字有哪些