p y t hon常用保留字
时间: 2024-06-02 12:08:21 浏览: 91
hon.zip
以下是 Python 常用的保留字:
- 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
阅读全文