键入下面非常简单的脚本时,我在 Python 上收到消息“SyntaxError:意外 EOF”。我做错了什么,这条消息是什么意思?非常感谢。
c = 5
d = c*c
print("the type of d is"+ str(type(d))
键入下面非常简单的脚本时,我在 Python 上收到消息“SyntaxError:意外 EOF”。我做错了什么,这条消息是什么意思?非常感谢。
c = 5
d = c*c
print("the type of d is"+ str(type(d))