Hello, Python help needed, please!
I am working on a project and keep running into a problem of "score" and "par" not being defined, which confuses me because they are defined in the def command. If (self.hole = hole) works, why does the (self.score = score) and (self.par = par) not work?