问答详情
源自:3-4 Python的布尔类型

作业改了一下不懂了

作业我能理解,然后我改了一下作业

a='python'

print('hello,', a and 'world')

输出的是hello, world,为什么不是hello, python呢?

提问者:慕粉4166657 2021-02-23 21:36

个回答

  • 慕斯7486673
    2021-02-25 20:34:42

    http://img.mukewang.com/60379933000104b803480472.jpg运行的结果是hello python啊?

  • 慕娘9514176
    2021-02-24 11:02:07

    如果 a 是 True,则整个计算结果必定取决与 b,因此返回 b