概述
False<<==>> None [] {} () ‘’
1.and > >x and y > >如果x的值为False(None [] {} () ‘’),返回x的值;否则返回y。
2. or> > > x or y> > 如果 x 的值为True(非空类型),返回x的值;否则返回y。
3. not> > >not x> > 取反,返回值为布尔类型
4.1 or 2 and 0 ====>>>>输出1, and的优先级高于or
5. not 0 and 3 =====>>>>输出3 ,not优先级高于and
最后
以上就是奋斗御姐为你收集整理的python 中 and or not 三个关键字的使用的全部内容,希望文章能够帮你解决python 中 and or not 三个关键字的使用所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复