Ad
  • Custom User Avatar

    There are a lot of restrictions that should be applied so user code won't just use Python classes to implement said class system. At least the user should not be able to

    • use class syntax (for obvious reasons)
    • eval/exec
    • use certain modules
    • etc...
  • Custom User Avatar

    Current tests are unacceptable, as none of the tests provide meaningful feedback message, and they behave like test.expect.

    Oh yeah, there are no random tests either. The tests are also very weak, so it is not very hard to just pass the tests without implementation a correct solution.

  • Default User Avatar

    Am I the only one not seeing any sort of specifications in the description? What am I even trying to do?