Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Not a kata issue. Return the result, not print it.
For more info, please read: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
This comment is hidden because it contains spoiler information about the solution
They should be disabled, but for whatever reason sometimes that fails and a manual edit, like the one I did, has to force that.
Thx! it now works.
but shouldn't other vesions of python be disabled if they dont work properly?
Try again, make sure 3.8 is the selected Python's version.
What does this means?
i have tested my code in my terminal and it works perfectly but whenever i submit or test anything(even a simple return) i get this error message
Traceback (most recent call last):
File "main.py", line 2, in
import codewars_test as test
ModuleNotFoundError: No module named 'codewars_test'
No problem, you're welcome, happy coding!
Sorry im new here didnt know about the red flag.
Thank you very much for your help!
let sum = '';
is outside of the function, so put that statement inside the funciton instead.Hi, just to mention: please do not post code without the spoiler tag, as others can see it in the main discussion (I have added rthe tag for you).
This comment is hidden because it contains spoiler information about the solution