欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

sirius的学习笔记(2)

程序员文章站 2022-06-11 18:25:30
...
if both values of in a or exPRession are true ,Python will select the first one, and the second one in the and expression. for example:

result = (2 or 3) * (4 and 5)

print result

output 10

以上就是sirius的学习笔记(2)的内容,更多相关内容请关注PHP中文网(www.php.cn)!

相关标签: sirius