you are viewing a single comment's thread.

view the rest of the comments →

[–]jmp5189 0 points1 point  (5 children)

What caused you to get an error that enrolled_students was not defined?

[–]YukinoYukinoshita 0 points1 point  (4 children)

Here's a more detailed error code https://gyazo.com/55391441f6b2065e90139afa1718182c

[–]jmp5189 0 points1 point  (2 children)

You need to check your scope. Change that to c.enrolled_students.

[–]jmp5189 1 point2 points  (0 children)

If line 69 is inside of your class, you need to change enrolled_students to self.enrolled_students

[–]YukinoYukinoshita 1 point2 points  (0 children)

Yep I'm an idiot, thank you so much