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

为什么我的第二出错了

>>> b=' '

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

Traceback (most recent call last):

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

TypeError: 'tuple' object is not callable


提问者:qq_慕运维5435077 2021-04-04 15:28

个回答

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

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

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

    print 打错了,因该是print