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-关键字的主要内容,如果未能解决你的问题,请参考以下文章