当我运行.py文件时,它给了我一个无效的语法错误

时间:2016-11-16 21:07:56

标签: python

我使用python 2.7.12。我的.py文件包含以下内容:

Python 2.7.10 (default, Oct 23 2015, 19:19:21) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print "hello"

当我尝试运行该文件时,出现以下错误:

  File "/private/tmp/fun.py", line 1
    Python 2.7.10 (default, Oct 23 2015, 19:19:21) 
             ^
SyntaxError: invalid syntax

我只使用print "hello",所以我认为这不是代码问题 谁能告诉我出了什么问题?

1 个答案:

答案 0 :(得分:0)

仅存档

print "hello" 

没有

Python 2.7.12 ... 
>>> 

因为Python ... >>>不是Python代码,而是由Python Shell显示的文本仅用于您的信息