python中的关键字有哪些
时间: 2024-05-09 15:18:45 浏览: 41
Python 关键字
Python中的关键字如下:
```
False class finally is return
None continue for lambda try
True def from nonlocal while
and del global not with
as elif if or yield
assert else import pass
break except in raise
```
以上是Python 3.9.2版本的关键字列表,不同版本可能略有不同。
阅读全文