[Beginner Python]Issues trying to access a function within a class
I am trying to run a simple budget program and I am a complete beginner with classes in python. I am trying to run everything within the class so I can call back to specific functions. The problem is I can’t get the functions to work, I keep returning a NameError when I try to… Read More [Beginner Python]Issues trying to access a function within a class