Python 3 Print Flake8 Problems

10 thoughts
last posted July 16, 2014, 9:11 p.m.
0

A line like

print("foo", end=" ")

is reported as E901 SyntaxError: invalid syntax invalid syntax by flake8.

9 later thoughts