Python内置关键字
输入help(“keywords”)下面是Python关键字的列表。输入任何关键字以获得更多帮助。Here is a list of the Python keywords.Enter any keyword to get more help.FalseclassfromorNonecontinueglobalpassT
·
Python内置关键字
输入help(“keywords”)
下面是Python关键字的列表。输入任何关键字以获得更多帮助。
Here is a list of the Python keywords. Enter any keyword to get more help.
共35个内置关键字
False class from or
None continue global pass
True def if raise
and del import return
as elif in try
assert else is while
async except lambda with
await finally nonlocal yield
break for not
更多推荐
已为社区贡献1条内容
所有评论(0)