91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python中有多少個關鍵字

發布時間:2020-08-25 09:53:14 來源:億速云 閱讀:179 作者:Leah 欄目:編程語言

Python中有多少個關鍵字?很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

Python中關鍵詞目前有31個,可以利用Python的內置的keyword模塊進行輸出查看。

keyword模塊

Help on module keyword:
NAME
  keyword - Keywords (from "graminit.c")
FILE
  /usr/lib64/python2.6/keyword.py
DESCRIPTION
  This file is automatically generated; please don't muck it up!
  To update the symbols in this file, 'cd' to the top directory of
  the python source tree after building the interpreter and run:
    python Lib/keyword.py
FUNCTIONS
  iskeyword = __contains__(...)
    x.__contains__(y)  y in x.
DATA
  __all__ = ['iskeyword', 'kwlist']
  kwlist = ['and', 'as', 'assert', 'break', 'class', 'continue', 'def', ...

得到python的關鍵字列表:

>>> keyword.kwlist
['and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'exec', 
'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'not', 'or', 'pass', 'print',
 'raise', 'return', 'try', 'while', 'with', 'yield']

判斷字符串是否是python的關鍵字

>>> keyword.iskeyword('and')
True
>>> 
>>> keyword.iskeyword('has')
False

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新疆| 瑞金市| 洛川县| 拜泉县| 汝阳县| 宣武区| 股票| 新邵县| 五寨县| 射洪县| 晋江市| 沁水县| 泗水县| 云南省| 疏附县| 东乡| 津南区| 北安市| 六安市| 自治县| 民丰县| 黄大仙区| 视频| 盐山县| 景泰县| 华阴市| 龙州县| 岑溪市| 南丰县| 宁城县| 潼关县| 禹城市| 桑日县| 茌平县| 陵水| 陆川县| 响水县| 巴里| 连南| 项城市| 毕节市|