How do I do this -python
so I am making a class and i want to append a list in the clubs set through a function. It says that clubs is not defined in the function and I get an error. I'm not sure why this happened but i do need help.
Voters
robowolf (446)
No errors are popping up for me. If it doesn't work, in each function put global clubs
there seem to be no errors.