python中出现SyntaxError: invalid syntax
代码如下:importurllib2response=urllib2.urlopen("http://android.scap.org.cn/")html=respons...
代码如下:
import urllib2
response = urllib2.urlopen("http://android.scap.org.cn/")
html = response.read()
print html
一运行就会出现
SyntaxError: invalid syntax
>>>python "F:\python\textweb.py"
File "<stdin>", line 1
python "F:\python\textweb.py"
SyntaxError: invalid syntax
请问一下大神 怎么解决? 展开
import urllib2
response = urllib2.urlopen("http://android.scap.org.cn/")
html = response.read()
print html
一运行就会出现
SyntaxError: invalid syntax
>>>python "F:\python\textweb.py"
File "<stdin>", line 1
python "F:\python\textweb.py"
SyntaxError: invalid syntax
请问一下大神 怎么解决? 展开
1个回答
展开全部
你是不是进入解释器了,不进入解释器直接在命令行里输入python "F:\python\textweb.py"就可以了。
更多追问追答
追问
解释器是什么?我直接打开python.exe然后输入python "F:\python\textweb.py"的
追答
直接打开python.exe就是进入解释器了,要运行程序的话 只要打开cmd命令行,在这里直接输入python "F:\python\textweb.py" 就可以了。 或者是直接双击运行你的py文件
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询