linter-flake8
linter-flake8 copied to clipboard
Defining default python version?
I'm getting error E999 on this line:
print("hello", end="")
I'm working on a Python3 environment. How can I resolve this?