print("test")
I was angry with Syntax Error: invalid syntax
.
I'm angry because I put a double-byte space on the next line of the print statement.
In markdown and vscode, the red dotted line and red wavy line tell you the existence of double-byte space.
I thought that I was getting an error because the syntax in other parts was wrong, so I was only looking at other parts.
I didn't notice the double-byte space error because I thought it would occur where something was written, such as print ("test ")
.