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
你的print 跟print不一样吗???
print 打错了,因该是print
Python3 入门教程(新版)
154164 学习 · 1075 问题
相似问题