Python-关键字

Posted 北门吹雪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python-关键字相关的知识,希望对你有一定的参考价值。

逻辑运算        and or not
函数          def return lambda
模块          import from class
分支          if else elif
循环          for in range while continue break
身份运算        is
上下文管理       with yield
异常处理        assert try except as finally raise as pass
全局变量        global
删除          del










以上是关于Python-关键字的主要内容,如果未能解决你的问题,请参考以下文章

python保留关键字和常用关键字

python中cls关键字

查看python中的关键字

python基础之常用关键字总结

怎样查看python的所有关键字

Python系列python关键字符号数据类型等分类