Python_SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response .body)

描述:使用scrapy中执行命令时候出现以下错误。

Python_SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response .body)_第1张图片

SyntaxError: Missing parentheses in call to 'print'. Did you mean print(response .body)

解释:

SytRealError:调用“打印”时缺少括号。你是指打印response .body?

因为我的python版本是3.6,而在python3.6中使用print命令是需要加括号的

你可能感兴趣的:(python,错误整理,python问题及解决方案,scrapy)