>>> b=' '
>>> print('hello,', b or 'world')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'tuple' object is not callable
你的print 跟print不一样吗???
print 打错了,因该是print