I tried to run some python code, but it says "[pyflakes] unexpected EOF while parsing"
My code is:
if "debug " in code:
print(" |" + x + "|" + y + "| ")
Edit: Also do NOT say duplicate I tried the answer of the other question and it didn't work. I use Python 3.8.2