We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CD进入文件夹后使用python报错 详情 C:\Users\q8438\Desktop\a>python drcom_p_config.py > config.txt File "drcom_p_config.py", line 22 print 'server = '%s'' % '.'.join([str(ord(i)) for i in text[offset-12:offset-8]]) ^ SyntaxError: invalid syntax 请问一下是什么地方出错了呢
The text was updated successfully, but these errors were encountered:
尝试用在线配置器得到了一个地址
Sorry, something went wrong.
运行python --version输出什么?(估计是 3.x.x)
python --version
2.7.12 并且使用在线配置器获得的三个信息登陆上pppoe后不能联网
No branches or pull requests
CD进入文件夹后使用python报错
详情
C:\Users\q8438\Desktop\a>python drcom_p_config.py > config.txt
File "drcom_p_config.py", line 22
print 'server = '%s'' % '.'.join([str(ord(i)) for i in text[offset-12:offset-8]])
^
SyntaxError: invalid syntax
请问一下是什么地方出错了呢
The text was updated successfully, but these errors were encountered: