Ad
  • Custom User Avatar

    showing your code is not a suggestion. you are not supposed to reveal code / methods to others that haven't solved the kata yet, anyway. so, that's why your comment is spoilered. a suggestion is intended for when you have an idea on how to improve the kata

  • Custom User Avatar

    you must use the given function name

    (so, yes, your code)

    not a kata issue

  • Custom User Avatar

    Is it normal to get this error when i test my code?

    File "/workspace/default/tests.py", line 2, in
    from solution import domain_name  
    ImportError: cannot import name 'domain_name' from 'solution' (/workspace/default/solution.py)```
    
    
    Aparently something went wrong.. not my code