Ad
  • Custom User Avatar

    Traceback (most recent call last):
    File "/workspace/default/tests.py", line 16, in
    test.assert_equals(line(show(grid)), expected)
    ^^^^
    NameError: name 'line' is not defined. Did you mean: 'slice'?

    when i run my code in my pc it is working great but if i try to past the same code to codewar and run it it gives error