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.
You really, really need to try harder.
I revoked your provoleges for creating new kata. You might get them back when you acknowledge the problems with your recently created content: unfinished descriptions, missing example tests, duplicates, etc. Your account might get suspended if you do not, and continue republishing unfinished kata.
Please stop authoring low quality katas and modify description from existing katas:
Also, your previous one is also a dup of this 8kyu and also this one of yours too
test.approx_equals
(https://docs.codewars.com/authoring/recipes/floating-point/)it
blocks (https://docs.codewars.com/languages/python/codewars-test)You'll need more than one fixed test in your submission tests.
Missing example tests
Random tests are broken as reference solution incorrectly handles uppercase letters.
Bad random tests. They never expect
None
.No fixed tests.
actual
andexpected
are switched in their definitions, but not inassert_equals
, so failure messages are the wrong way 'round.Looks like a duplicate of https://www.codewars.com/kata/513e08acc600c94f01000001
Please read the docs on authoring kata: https://docs.codewars.com/authoring/tutorials/create-first-kata
The random tests capture the same mutable variable by reference.