Ad
  • Default User Avatar

    The python translation has been updated.

  • Custom User Avatar

    This means your code returned the correct for all the inputs it had the time to perform, but it fails at somepoint because it is too slow, or there is some bug helping him from finishing. Please refer to the documentation: https://docs.codewars.com/training/troubleshooting

    I close the issue since it is not a kata issue (= a proved flaw in the kata).

  • Custom User Avatar

    No idea, but this is not a kata issue (= a flaw in the kata), maybe a question?

  • Custom User Avatar

    It seems it has been reported but hasn't been resolved.

    The test timedout even all tests passed.

    Large_random_tests
    Test Passed
    Test Passed
    Test Passed
    Test Passed
    Test Passed
    STDERR
    Execution Timed Out (12000 ms)
    
  • Custom User Avatar

    The test cases don't work with the following issue:

    Traceback (most recent call last):
      File "/workspace/default/.venv/lib/python3.11/site-packages/codewars_test/test_framework.py", line 112, in wrapper
        func()
      File "/workspace/default/tests.py", line 17, in basic_test_cases
        test.assert_equals(pell.get(inp), exp)
                           ^^^^^^^^^^^^^
    TypeError: Pell.get() missing 1 required positional argument: 'n'