作业改了一下不懂了

来源:3-4 Python的布尔类型

慕粉4166657

2021-02-23 21:36

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

a='python'

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

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

写回答 关注

2回答

  • 慕斯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  

Python3 入门教程(新版)

python3入门教程,让你快速入门并能编写简单的Python程序

154167 学习 · 1075 问题

查看课程

相似问题