欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

throw是python的關(guān)鍵字嗎

張吉惟2年前17瀏覽0評論

throw是python的關(guān)鍵字嗎?

python 包含的保留字可以執(zhí)行如下命令進(jìn)行查看:

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

所以throw不是python的關(guān)鍵字。