2021年4月9日星期五

What do I need to change to get rid of this syntax error that seems to jump from line to line?

I've written a program for a class and I am getting a syntax error that makes no sense on this portion:

"""Output Area"""

#self.outputArea

self.outputArea = self.addTextArea("", row = 3, column = 0)

The syntax error is on the """Output Area""" line, but when I delete that portion, the syntax moves to the "#self.outputArea" line. Then if I delete that line, the syntax error will move down to the "self.outputArea = self.addTextArea". Then down to the function below this line. This is the only error in the entire code and it just seems to keep jumping around.

I'm incredibly confused as I am new to programming. Am I just overlooking something?

https://stackoverflow.com/questions/67030389/what-do-i-need-to-change-to-get-rid-of-this-syntax-error-that-seems-to-jump-from April 10, 2021 at 10:51AM

没有评论:

发表评论