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.
Random tests fail in Python too.
In the description you should fix the alphabet to:
also the base function should be:
or something different(
text
,s
,msg
),str
is a reserved keyword in Python.Thanks for the kata.
Why did you put mathematics in the 'Tags'? It should be with basic language function or similar tag. Or if you want to theach how to check it without built in functions than mention it in the description of the kata, or provide some resources for beginners to check possible ways to solve it. Otherwise nice kata! Keep up adding ;)
This comment is hidden because it contains spoiler information about the solution
that's how I tried it, but couldn't find a straightforward solution to reassign every possible function. What you guys suggest?
Can you guys check it now? Found a way to disable the built-ins, updated the description etc.
I don't really know how to disable built-ins...:S
The main idea was to totally forbid them, but I couldn't find a workaround while working on this kata.
How can I pass
"Expected 1.1 * 2.2 * 3.3 == 7.986, got 7.986: 7.986 should equal 7.986000000000001"?
Why not 7210 from 2017?
Am I missing something?
You can make 7210 from 2017, not 2071 is the biggest.
Am I missing something?