匿名通过本文主要向大家介绍了sirius等相关知识,希望本文的分享对您有所帮助
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)的内容,更多相关内容请关注微课江湖()!