Ad
  • Default User Avatar
    Traceback (most recent call last):
      File "tests.py", line 18, in <module>
        return_something(None)
      File "/workspace/default/solution.py", line 5, in inner2
        raise UnexpectedTypeException
    NameError: name 'UnexpectedTypeException' is not defined
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "tests.py", line 20, in <module>
        except UnexpectedTypeException:
    NameError: name 'UnexpectedTypeException' is not defined
    

    I think Python test is broken. (I'm tried to raise UnexpectedTypeException and another errors but nothing really worked)

  • Default User Avatar
  • Default User Avatar

    I think this is too difficult for 6kyu, rather closer to 4kyu.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution