中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

称多县| 乌拉特后旗| 正宁县| 阿克苏市| 普兰店市| 北安市| 冀州市| 和硕县| 乌拉特中旗| 海宁市| 页游| 小金县| 菏泽市| 大同县| 江安县| 烟台市| 桃源县| 乌什县| 滁州市| 德昌县| 集贤县| 阜南县| 慈利县| 揭西县| 尼勒克县| 红桥区| 乌兰察布市| 巴中市| 丽江市| 当雄县| 桂阳县| 松溪县| 阜新| 丰顺县| 虹口区| 偏关县| 丰原市| 当涂县| 宣化县| 玛多县| 淮阳县|