python中所有的關鍵字

import keyword print(keyword.kwlist) #打印出python中所有的關鍵字 python中所有的關鍵字 [‘False’, ‘None’, ‘True’, ‘and’, ‘as’, ‘assert’, ‘async’, ‘await’, ‘break’, ‘class’, ‘continue’, ‘def’, ‘del’, ‘elif’, ‘else’, ‘exc
相關文章
相關標籤/搜索