‘Syntax Error: invalid syntax’ for no apparent reason
For problems where it seems to be an error on a line you think is correct, you can often remove/comment the line where the error appears to be and, if the error moves to the next line, there are two possibilities. Either both lines have a problem or the previous line has a problem which is being carried forward. … Read more