SyntaxError:行延续字符后出现意外字符,不存在延续字符

时间:2018-10-26 19:51:47

标签: python

我刚刚将python安装到新计算机上。为确保其正常工作,我创建了一个.py文件,其中包含最基本的过程:

print("Hello World")

在终端中使用python运行它时,我得到:

File "stdin", line 1
  C:\Users\Spencer\Documents\Programming\Python\lab05.py
SyntaxError: unexpected character after line continuation character

<>周围加上stdin。这没有任何意义,因为我在脚本中甚至没有换行符!

如果有人可以解释,我将非常感谢。

0 个答案:

没有答案