Skip to content
New issue

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

Pyhon爬虫开发项目与实践当中的bug #116

Open
RichardlauCx opened this issue Jul 1, 2019 · 0 comments
Open

Pyhon爬虫开发项目与实践当中的bug #116

RichardlauCx opened this issue Jul 1, 2019 · 0 comments

Comments

@RichardlauCx
Copy link

书里面的print 后面直接加了变量,比如说:print f.read()
在python3.64环境之下必须加上括号才能够成果运行
eg:print(f.read())等等

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant