#2
自由而无用2021-10-18 08:16
|
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