So, i have a class like this:
class Test:
def test69():
print(classname)
and That function (test69()) prints the Name of the Class that it is in. Like, a Function is in a Class, and the Function prints the Name of the Class that it is in to the Console.
I am working on Python 3.11, if that Helps any.
Does anyone know how to do that?
Thanks!