python3保留字
时间: 2023-12-03 18:40:30 浏览: 70
python保留字有哪些 .pdf
5星 · 资源好评率100%
以下是Python3的保留字列表:
```python
and as assert async await
break class continue def del
elif else except False finally
for from global if import
in is lambda None nonlocal
not or pass raise return
True try while with yield
```
阅读全文