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.
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'
This comment is hidden because it contains spoiler information about the solution
You're not returning anything.
This comment is hidden because it contains spoiler information about the solution