Ad
  • Custom User Avatar

    There are no tests in Python for antidiagonal(counterdiagonal) - board[0][2] - board[1][1] - board[2][0]

  • Custom User Avatar

    A warning: Using cheats like this could get your account banned in the future.

  • Custom User Avatar

    Traceback (most recent call last):

    File "/workspace/default/tests.py", line 11, in

    source = open(inspect.getsourcefile(hi_all), 'r').read()

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    FileNotFoundError: [Errno 2] No such file or directory: '>string>'

    What can i do? Someone help me please

  • Custom User Avatar
  • Custom User Avatar

    Hi,

    • naming conventions of the languages must be followed => hexadecimal
    • '0' should equal '' -> this is wrong
    • WHY ignoring the sign...? -> this is wrong as well (and not specified. Note: examples != specifications)
    • no random tests
    • you're basically asking for a builtin
    • too much "déjà vu" <=> duplicate

    If you're interested in authoring kata, you should read the documentation about it before your next try (I'd suggest you unpublish this one: it won't survive the beta phase anyway)

    Cheers!