Ad
  • Custom User Avatar

    Usually that happens because the user code is not indented correctly or has non-closing braces. Please check your own code ;-)

  • Custom User Avatar

    I had a problems with too long computation and tried to use ctypes. Now all of the tests are failing because they are showing error syntax in tests - not in my code. I am not sure if ctypes somehow destroyed tests but that is the most possible cause.

    STDERR:
    File "string", line 39
    import random
    ^
    SyntaxError: invalid syntax