Ad
  • Custom User Avatar

    Because you have 'self' as one of the arguments to your methods, it requires an instance of the class to run.
    Additionally, because codewars uses an old version of python, to run static methods, you need to have @staticmethod above your static method definitions