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.
Having the same issue as RONAEED but don't quite understand the suggested advice to fix this?
This comment is hidden because it contains spoiler information about the solution
My solution for this Kata in Python returning an error
"Traceback:
in
in
NameError: global name 'string' is not defined"
despite passing all the previous test cases, and not using a variable named string in the code.
Can someone take a look at my code for me please?
This comment is hidden because it contains spoiler information about the solution
My code rejects strings of wrong lengths and invalid characters, but then fails the first real example. Could somebody have a look at my code?
This comment is hidden because it contains spoiler information about the solution
my python 3 code passes all the random number examples, but fails 3 of the first 5 examples - could someone have a look at my code?
This comment is hidden because it contains spoiler information about the solution
Passes 4 of the tests with 1 error:
Traceback:
in
in f
TypeError: unorderable types: str() < int()