我使用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"
,所以我认为这不是代码问题
谁能告诉我出了什么问题?
答案 0 :(得分:0)
仅存档
print "hello"
没有
Python 2.7.12 ...
>>>
因为Python ... >>>
不是Python代码,而是由Python Shell显示的文本仅用于您的信息