Python初学者一枚,各位大佬问题到底出在哪里了??找半天找不出来 啊? 箭头那里到底错哪里了
message="hello python world!"print(message)
TypeError Traceback (most recent call last)
<ipython-input-27-8f250d5fd29f> in <module>
1 message="hello python world!"
----> 2 print(message)
TypeError: 'str' object is not callable