0
[Solved] Why is the function variable not able to be called?
Why can't 'sentence' call the 'adjective_1' from 'adjective'? Is it because it's not in the same function? Or do I need to include something to tell it to look in that function? I feel like I'm so close to figuring out, please help. https://code.sololearn.com/cKcw6W9VwMP1/?ref=app
4 ответов
0
NotAPythonNinja, do you mean one of these?
self.adjective()
self.adjective(self)
adjective(self)
0
There's an AttributeError now.
0
I got it fixed. Thanks, NotAPythonNinja , for the help.
https://code.sololearn.com/cKcw6W9VwMP1/?ref=app