为什么我的第二出错了

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

qq_慕运维5435077

2021-04-04 15:28

>>> b=' '

>>> print('hello,', b or 'world')

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

TypeError: 'tuple' object is not callable


写回答 关注

2回答

  • a阿m
    2021-04-15 16:07:31

    你的print 跟print不一样吗???

  • qq_慕运维5435077
    2021-04-04 15:28:54

    print 打错了,因该是print

Python3 入门教程(新版)

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

154164 学习 · 1075 问题

查看课程

相似问题