python计算机二级二叉树知识点
时间: 2023-11-14 18:56:20 浏览: 111
Python计算机二级保留字是指在Python语言中具有特殊含义的关键词,不能作为标识符使用。以下是Python计算机二级保留字:
- and
- as
- assert
- 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
请注意,这只是Python计算机二级保留字的列表,并不包括其他关键词和标准库中的功能。
阅读全文